![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
A wrapper class for handling special moveemnts that dont fall in to the standard categories. More...
Public Member Functions | |
virtual bool | WantsSpecialMove () |
Gets a value indicating whether this movement wants to do a special move. More... | |
virtual void | DoSpecialMove () |
Start the special mvoe More... | |
![]() | |
sealed override Movement | Init (Character character) |
Initialise this movement. More... | |
bool | IsMovementDataDifferent (MovementVariable[] originalMovementData) |
Determines whether this instances movement data is different from the supplied originalMovementData. More... | |
Properties | |
new static MovementInfo | Info [get] |
Static movement info used by the editor. More... | |
![]() | |
virtual string | MovementType [get, set] |
The type of movement as a string. More... | |
virtual MovementVariable[] | MovementData [get, set] |
Data that should be applied to the movement type on init. More... | |
new static MovementInfo | Info [get] |
Static movement info used by the editor. More... | |
override bool | Enabled [get, set] |
A custom enable which base movements can use to pass on enable values. More... | |
override Movement | Implementation [get] |
Gets the underlying implementation. More... | |
Additional Inherited Members | |
![]() | |
Movement | implementation |
The class that will do the movement. More... | |
string | movementType |
The type of movement as a string. More... | |
MovementVariable[] | movementData |
Data that should be applied to the movement type on init. More... | |
A wrapper class for handling special moveemnts that dont fall in to the standard categories.
|
virtual |
Start the special mvoe
Reimplemented in PlatformerPro.SpecialMovement_WeildWeapon, PlatformerPro.SpecialMovement_MecanimTargetted, PlatformerPro.SpecialMovement_HangFromCeiling, and PlatformerPro.SpecialMovement_GrapplingHook.
|
virtual |
Gets a value indicating whether this movement wants to do a special move.
true
if this instance wants control; otherwise, false
.
Reimplemented in PlatformerPro.SpecialMovement_WeildWeapon, PlatformerPro.SpecialMovement_Swim, PlatformerPro.SpecialMovement_Rail, PlatformerPro.SpecialMovement_PlayAnimation, PlatformerPro.SpecialMovement_MecanimTargetted, PlatformerPro.SpecialMovement_JumpOnHead, PlatformerPro.SpecialMovement_HangFromCeilingWithClimb, PlatformerPro.SpecialMovement_HangFromCeiling, PlatformerPro.SpecialMovement_GrapplingHook, and PlatformerPro.SpecialMovement_DirectionalSwim.
|
staticget |
Static movement info used by the editor.