C# Класс Indiefreaks.Xna.Logic.Steering.Alignment

Steering behavior aligning the current AutonomousAgent with others.
Наследование: ContextualSteeringBehavior
Показать файл Открыть проект

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

Метод Описание
Alignment ( ) : System.Collections.Generic

Create 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

Приватные методы

Метод Описание
GetAgentForwards ( ) : void

Описание методов

Alignment() публичный Метод

Create a new instance
public Alignment ( ) : System.Collections.Generic
Результат System.Collections.Generic

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