C# Class MagicalFPS.MagicEffect.EffectBase

Inheritance: DefaultDrawableImpl
Afficher le fichier Open project: kyasbal-1994/MagicalFPS Class Usage Examples

Protected Properties

Свойство Type Description
_startDirection System.Vector3
_startPosition System.Vector3
isPlaying bool
startTime long

Méthodes publiques

Méthode Description
Draw ( ) : void
ReloadEffectFile ( ) : void
Start ( System.Vector3 startPosition, System.Vector3 startDirection ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
Draw ( long time ) : void
EffectBase ( GameContext gameContext ) : System
InvokeInDisableDepth ( System.Action act ) : void

深度バッファを無効にして指定したでりげーとを実行します

Update ( long time ) : void

Private Methods

Méthode Description
EffectBase ( ) : System

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Draw() protected abstract méthode

protected abstract Draw ( long time ) : void
time long
Résultat void

EffectBase() protected méthode

protected EffectBase ( GameContext gameContext ) : System
gameContext GameContext
Résultat System

InvokeInDisableDepth() protected méthode

深度バッファを無効にして指定したでりげーとを実行します
protected InvokeInDisableDepth ( System.Action act ) : void
act System.Action
Résultat void

ReloadEffectFile() public méthode

public ReloadEffectFile ( ) : void
Résultat void

Start() public méthode

public Start ( System.Vector3 startPosition, System.Vector3 startDirection ) : void
startPosition System.Vector3
startDirection System.Vector3
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Update() protected abstract méthode

protected abstract Update ( long time ) : void
time long
Résultat void

Property Details

_startDirection protected_oe property

protected Vector3,System _startDirection
Résultat System.Vector3

_startPosition protected_oe property

protected Vector3,System _startPosition
Résultat System.Vector3

isPlaying protected_oe property

protected bool isPlaying
Résultat bool

startTime protected_oe property

protected long startTime
Résultat long