Data Structures | |
| class | ActionPushObjectDataReceiveData |
| class | CAContinuousRepeatPushObject |
| class | ActionPushObject |
Functions | |
| override void | CreateActionComponent () |
| override void | ProgressActionComponent () |
| override void | EndActionComponent () |
| protected void | ApplyForce (ActionPushObjectData actionData) |
Variables | |
| ActionPushObjectDataReceiveData | m_NeedUpdate |
| int | m_EndType = 0 |
| vector | m_Origin = "0 0 0" |
| Object | m_Object |
| CAContinuousRepeatPushObject | PUSH_FORCE_INCREMENT = 3000.0 |
| protected ActionPushObjectData | m_ActionDataPushObject |
| protected void ApplyForce | ( | ActionPushObjectData | actionData | ) |
References dBodyApplyImpulseAt(), dBodyGetMass(), Easing::EaseInOutSine(), PUSH_FORCE_INCREMENT, and vector::Zero.
| override void CreateActionComponent | ( | ) |
| override void EndActionComponent | ( | ) |
| override void ProgressActionComponent | ( | ) |
References ApplyForce().
| protected ActionPushObjectData m_ActionDataPushObject |
Referenced by EndActionComponent().
| int m_EndType = 0 |
| ActionPushObjectDataReceiveData m_NeedUpdate |
| Object m_Object |
Referenced by GetObject().
| vector m_Origin = "0 0 0" |
| CAContinuousRepeatPushObject PUSH_FORCE_INCREMENT = 3000.0 |
Referenced by ApplyForce().