C# 클래스 Indiefreaks.Xna.Logic.Steering.Arrive

Steering behavior that moves an AutonomousAgent towards a specific position decreasing its velocity as it gets closer to the destination.
상속: SteeringBehavior
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
Arrive ( ) : Indiefreaks.Xna.Core

Creates a new instance

CanCompute ( ) : bool

Defines if the current steering behavior can execute or not.

Override this method to add a global condition to this behavior

Compute ( ) : void

Computes the current Steering Behavior

메소드 상세

Arrive() 공개 메소드

Creates a new instance
public Arrive ( ) : Indiefreaks.Xna.Core
리턴 Indiefreaks.Xna.Core

CanCompute() 공개 메소드

Defines if the current steering behavior can execute or not.
Override this method to add a global condition to this behavior
public CanCompute ( ) : bool
리턴 bool

Compute() 공개 메소드

Computes the current Steering Behavior
public Compute ( ) : void
리턴 void