C# Class UnityPlatformer.AIJumper

Jump until obstacle. NOTE if you want the Jumper to move on ground add: CharacterActionGroundMovement\n TODO follow player (turn always)\n TODO jump delay\n TODO can turn during jump\n
Inheritance: AIGoomba
Mostrar archivo Open project: llafuente/unity-platformer

Public Methods

Method Description
PlatformerUpdate ( float delta ) : void

Enable Jump and do Patrol staff

Method Details

PlatformerUpdate() public method

Enable Jump and do Patrol staff
public PlatformerUpdate ( float delta ) : void
delta float
return void