Tesla Graphics Engine Documentation (January 2012)
ISpatialController Interface
TeslaTesla.SceneISpatialController
Spatial controllers are added to any Spatial subclass that can be used to modify the spatial in some way over time. They are updated when the Spatial they are attached to is updated.
Declaration Syntax
C#
public interface ISpatialController
Members
All Members Methods Properties



Icon Member Description
IsEnabled
Gets or sets if this controller is active or not. It will not be updated if it's not enabled.

Update(GameTime, Spatial)
Updates the controller using the time per frame interpolation index.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)