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

Steering Behavior that creates a force that will tend the agent to hide behind an obstacle
Наследование: 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

GetBestHidingSpot ( ) : void

Returns the best hiding spot in the current Context

Hide ( ) : Microsoft.Xna.Framework

Creates a new instance

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

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

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

Returns the best hiding spot in the current Context
public GetBestHidingSpot ( ) : void
Результат void

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

Creates a new instance
public Hide ( ) : Microsoft.Xna.Framework
Результат Microsoft.Xna.Framework