![]() |
VertExmotion
1.8.6
1.8.6
|
Additional Inherited Members | |
Public Member Functions inherited from Kalagaan.VertExmotionSensorBase | |
| void | Awake () |
| void | Start () |
| void | Update () |
| void | LateUpdate () |
| void | UpdateSensor () |
| Vector3 | TransformPosition (Vector3 pos, float weight) |
| void | IgnoreFrame () |
| Ignore current frame motion. More... | |
| void | ResetMotion () |
| Reset motion. More... | |
| void | IgnoreCollision (Collider collider, bool ignore) |
| Ignore collider from colliding with sensor's collision zones More... | |
Public Attributes inherited from Kalagaan.VertExmotionSensorBase | |
| string | className = "VertExmotionSensor" |
| Transform | m_parent |
| VertExmotionSensorBase | m_parentSensor |
| float | m_envelopRadius = 1f |
| Vector3 | m_center |
| Vector3 | m_motionDirection |
| float | m_motionTorqueForce = 0 |
| Vector3 | m_torqueAxis |
| float | m_centripetalForce = 0f |
| Vector3 | m_collision = Vector3.zero |
| Parameter | m_params = new Parameter() |
| float | m_pidTime = 2f |
| PID_V3 | m_pid = new PID_V3() |
| int | m_layerID = 0 |
| bool | m_executeOnLateUpdate = true |
| Vector3 | m_sensorDirection |
| Vector3 | m_lastPosition |
| last tranform position More... | |
| Vector3 | m_lastMotionDirection = Vector3.zero |
| PID | m_torqueForcePID = new PID() |
| PID_V3 | m_torqueAxisPID = new PID_V3() |
| Vector3 | m_speed = Vector3.zero |
| Vector3 | m_lastSpeed = Vector3.zero |
| Vector3 | m_speedStrech = Vector3.zero |
| Vector3 | m_accStretch = Vector3.zero |
| float | m_stretch = 0 |
| Transform | m_motionReference = null |
| bool | m_oldScaleFactorFixed = false |
Properties inherited from Kalagaan.VertExmotionSensorBase | |
| float | timeScale [get, set] |
| bool | unscaledTime [get, set] |
| float | time [get] |
| float | deltaTime [get] |