Package | com.panosalado.model |
Class | public class InertialMouseCameraData |
Inheritance | InertialMouseCameraData ![]() |
Property | Defined by | ||
---|---|---|---|
_enabled : Boolean | InertialMouseCameraData | ||
enabled : Boolean | InertialMouseCameraData | ||
friction : Number
friction of camera after mouse is up
| InertialMouseCameraData | ||
sensitivity : Number | InertialMouseCameraData | ||
threshold : Number
camera pan / tilt threshold at which motion jumps to 0
| InertialMouseCameraData |
Method | Defined by | ||
---|---|---|---|
InertialMouseCameraData |
_enabled | property |
public var _enabled:Boolean
enabled | property |
enabled:Boolean
[read-write]Implementation
public function get enabled():Boolean
public function set enabled(value:Boolean):void
friction | property |
public var friction:Number
friction of camera after mouse is up
sensitivity | property |
public var sensitivity:Number
threshold | property |
public var threshold:Number
camera pan / tilt threshold at which motion jumps to 0
InertialMouseCameraData | () | constructor |
public function InertialMouseCameraData()