![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Holds receiver data. More...
Public Attributes | |
GameObject | receiver |
The GameObject that receives the triggers action. More... | |
TriggerActionType | enterAction |
The action that triggers when the character enters the trigger. More... | |
TriggerActionType | leaveAction |
The action that triggers when the character leaves the proximity. More... | |
Platform | platform |
Cached platform reference. More... | |
CameraZone | cameraZone |
Cached camera zone reference. More... | |
Sprite | newSprite |
Sprite to use when swtiching sprites. More... | |
TriggerCombiner | combiner |
Cached combiner reference. More... | |
bool | fireWhenOn |
If true this action only fires when the trigger is on. If false it will only fire when the trigger is off. More... | |
Holds receiver data.
CameraZone PlatformerPro.TriggerTarget.cameraZone |
Cached camera zone reference.
TriggerCombiner PlatformerPro.TriggerTarget.combiner |
Cached combiner reference.
TriggerActionType PlatformerPro.TriggerTarget.enterAction |
The action that triggers when the character enters the trigger.
bool PlatformerPro.TriggerTarget.fireWhenOn |
If true this action only fires when the trigger is on. If false it will only fire when the trigger is off.
TriggerActionType PlatformerPro.TriggerTarget.leaveAction |
The action that triggers when the character leaves the proximity.
Sprite PlatformerPro.TriggerTarget.newSprite |
Sprite to use when swtiching sprites.
Platform PlatformerPro.TriggerTarget.platform |
Cached platform reference.
GameObject PlatformerPro.TriggerTarget.receiver |
The GameObject that receives the triggers action.