C# 클래스 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
상속: AIGoomba
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 메소드들

메소드 설명
PlatformerUpdate ( float delta ) : void

Enable Jump and do Patrol staff

메소드 상세

PlatformerUpdate() 공개 메소드

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