Corgi Engine
v9.1
|
An event used to interact with cameras More...
Public Member Functions | |
MMCameraEvent (MMCameraEventTypes eventType, Character targetCharacter=null, Collider bounds=null, Collider2D bounds2D=null) | |
Static Public Member Functions | |
static void | Trigger (MMCameraEventTypes eventType, Character targetCharacter=null, Collider bounds=null, Collider2D bounds2D=null) |
Public Attributes | |
MMCameraEventTypes | EventType |
Character | TargetCharacter |
Collider | Bounds |
Collider2D | Bounds2D |
Static Public Attributes | |
static MMCameraEvent | e |
An event used to interact with cameras
MoreMountains.CorgiEngine.MMCameraEvent.MMCameraEvent | ( | MMCameraEventTypes | eventType, |
Character | targetCharacter = null , |
||
Collider | bounds = null , |
||
Collider2D | bounds2D = null |
||
) |
|
static |
Collider MoreMountains.CorgiEngine.MMCameraEvent.Bounds |
Collider2D MoreMountains.CorgiEngine.MMCameraEvent.Bounds2D |
|
static |
MMCameraEventTypes MoreMountains.CorgiEngine.MMCameraEvent.EventType |
Character MoreMountains.CorgiEngine.MMCameraEvent.TargetCharacter |