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

Steering behavior that tends to separate the current agent from the provided list of agents
Наследование: ContextualSteeringBehavior
Показать файл Открыть проект

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

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

Separation ( ) : System.Collections.Generic

Creates a new instance

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

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

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

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

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

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