platformer
Public Member Functions | List of all members
UnityPlatformer.IUpdateEntity Interface Reference

Interface to interact with UpdateManager More...

Inheritance diagram for UnityPlatformer.IUpdateEntity:
UnityPlatformer.Character UnityPlatformer.CharacterAnimator UnityPlatformer.Cooldown UnityPlatformer.MovingPlatform UnityPlatformer.Projectile UnityPlatformer.Rope UnityPlatformer.Enemy UnityPlatformer.StaticCharacter UnityPlatformer.CharacterAnimatorUnity UnityPlatformer.AICannon UnityPlatformer.AIPatrol UnityPlatformer.AIJumper

Public Member Functions

void PlatformerUpdate (float delta)
 Event like FixedUpdate More...
 
void LatePlatformerUpdate (float delta)
 Event fired after every entity recieve PlatformerUpdate More...
 

Detailed Description

Interface to interact with UpdateManager

Member Function Documentation

◆ LatePlatformerUpdate()

void UnityPlatformer.IUpdateEntity.LatePlatformerUpdate ( float  delta)

◆ PlatformerUpdate()

void UnityPlatformer.IUpdateEntity.PlatformerUpdate ( float  delta)

The documentation for this interface was generated from the following file: