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
Показать файл Открыть проект

Открытые методы

Метод Описание
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