![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
Use as a state machine behaviour to notify a TPT tile, e.g. a TpZoneAnimator. TpZoneAnimator pokes its instance ID into the animator as a parameter (called 'id'). Other uses of this class require a similar setup. More...


Public Member Functions | |
| override void | OnStateEnter (Animator animator, AnimatorStateInfo stateInfo, int layerIndex) |
| OnStateEnter handler. | |
Public Attributes | |
| Guid? | m_CallbackGuid = null |
| The ZoneAnimator pokes its GUID here for use in callbacks. | |
| bool | m_UseExtendedSearch |
| Normally false, but set it true if you are using the GUID lookup extended search feature. | |
Use as a state machine behaviour to notify a TPT tile, e.g. a TpZoneAnimator. TpZoneAnimator pokes its instance ID into the animator as a parameter (called 'id'). Other uses of this class require a similar setup.
| override void TilePlus.AnimStateTilePingerBase.OnStateEnter | ( | Animator | animator, |
| AnimatorStateInfo | stateInfo, | ||
| int | layerIndex ) |
OnStateEnter handler.
| animator | |
| stateInfo | |
| layerIndex |
| Guid? TilePlus.AnimStateTilePingerBase.m_CallbackGuid = null |
The ZoneAnimator pokes its GUID here for use in callbacks.
| bool TilePlus.AnimStateTilePingerBase.m_UseExtendedSearch |
Normally false, but set it true if you are using the GUID lookup extended search feature.