protected var _autoUpdate:Boolean = trueprotected var _targetObject:EntityautoUpdate:Boolean
Determines whether the controller applies updates automatically. Defaults to true
Implementation public function get autoUpdate():Boolean public function set autoUpdate(value:Boolean):voidtargetObject:Entity
Target object on which the controller acts. Defaults to null.
Implementation public function get targetObject():Entity public function set targetObject(value:Entity):voidpublic function ControllerBase(targetObject:Entity = null)
Base controller class for dynamically adjusting the propeties of a 3D object.
Parameters | targetObject:Entity (default = null) — The 3D object on which to act.
|
protected function notifyUpdate():void public function update(interpolate:Boolean = true):void
Manually applies updates to the target 3D object.
Parameters
| interpolate:Boolean (default = true) |
Tue May 7 2013, 10:42 PM +01:00