platformer
|
Interface to interact with UpdateManager More...
Public Member Functions | |
void | PlatformerUpdate (float delta) |
Event like FixedUpdate More... | |
void | LatePlatformerUpdate (float delta) |
Event fired after every entity recieve PlatformerUpdate More... | |
Interface to interact with UpdateManager
void UnityPlatformer.IUpdateEntity.LatePlatformerUpdate | ( | float | delta | ) |
Event fired after every entity recieve PlatformerUpdate
Implemented in UnityPlatformer.Character, UnityPlatformer.Rope, UnityPlatformer.MovingPlatform, UnityPlatformer.CharacterAnimator, UnityPlatformer.Projectile, UnityPlatformer.AIPatrol, UnityPlatformer.Cooldown, and UnityPlatformer.StaticCharacter.
void UnityPlatformer.IUpdateEntity.PlatformerUpdate | ( | float | delta | ) |