C# Класс SuperSquid.Entities.Behaviors.BlockBuilderBehavior

Наследование: Behavior
Показать файл Открыть проект Примеры использования класса

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

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

Applies an vertical impulse.

Reset ( ) : void

Reset all blocks and add new initial blocks

Защищенные методы

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

Performs further custom initialization for this instance.

By default this method does nothing.

ResolveDependencies ( ) : void

Resolves the dependencies needed for this instance to work.

Update ( System.TimeSpan gameTime ) : void

Allows this instance to execute custom logic during its Update.

This method will not be executed if the T:WaveEngine.Framework.Component, or the T:WaveEngine.Framework.Entity owning it are not Active.

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

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

Applies an vertical impulse.
public ApplyImpulse ( ) : void
Результат void

DefaultValues() защищенный Метод

protected DefaultValues ( ) : void
Результат void

Initialize() защищенный Метод

Performs further custom initialization for this instance.
By default this method does nothing.
protected Initialize ( ) : void
Результат void

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

Reset all blocks and add new initial blocks
public Reset ( ) : void
Результат void

ResolveDependencies() защищенный Метод

Resolves the dependencies needed for this instance to work.
protected ResolveDependencies ( ) : void
Результат void

Update() защищенный Метод

Allows this instance to execute custom logic during its Update.
This method will not be executed if the T:WaveEngine.Framework.Component, or the T:WaveEngine.Framework.Entity owning it are not Active.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
Результат void