Platformer Pro  2.3.2
A platform game kit for Unity.
TriggerTarget.cs File Reference

Classes

class  PlatformerPro.TriggerTarget
 Holds receiver data. More...
 

Namespaces

namespace  PlatformerPro
 

Enumerations

enum class  PlatformerPro.TriggerActionType {
  PlatformerPro.NOTHING = 0 , PlatformerPro.SEND_MESSAGE = 1 , PlatformerPro.ACTIVATE_PLATFORM = 2 , PlatformerPro.DEACTIVATE_PLATFORM = 4 ,
  PlatformerPro.ACTIVATE_GAMEOBJECT = 8 , PlatformerPro.DEACTIVATE_GAMEOBJECT = 16 , PlatformerPro.CHANGE_CAMERA_ZONE = 32 , PlatformerPro.SWITCH_SPRITE = 64 ,
  PlatformerPro.SHOW_DIALOG = 128 , PlatformerPro.HIDE_DIALOG = 256 , PlatformerPro.OPEN_DOOR = 512 , PlatformerPro.CLOSE_DOOR = 1024 ,
  PlatformerPro.ACTIVATE_SPAWN_POINT = 2048 , PlatformerPro.PLAY_ANIMATION = 4096 , PlatformerPro.FORWARD = 8192 , PlatformerPro.SHOW_SHOP = 16384
}
 What does the trigger do when triggered. More...