C# Class WaveEngine.Components.GameActions.ScaleTo3DGameAction

Game action that scales an entity 3D
Inheritance: Vector3AnimationGameAction
Afficher le fichier Open project: WaveEngine/Components

Méthodes publiques

Méthode Description
ScaleTo3DGameAction ( System.Entity entity, System.Vector3 to, System.TimeSpan time, EaseFunction ease = EaseFunction.None, bool local = false ) : System

Initializes a new instance of the ScaleTo3DGameAction class.

Méthodes protégées

Méthode Description
PerformRun ( ) : void

Performs the run operation

Private Methods

Méthode Description
LocalScaleAction ( System.Vector3 delta ) : void

Scale action

ScaleAction ( System.Vector3 delta ) : void

Scale action

Method Details

PerformRun() protected méthode

Performs the run operation
protected PerformRun ( ) : void
Résultat void

ScaleTo3DGameAction() public méthode

Initializes a new instance of the ScaleTo3DGameAction class.
public ScaleTo3DGameAction ( System.Entity entity, System.Vector3 to, System.TimeSpan time, EaseFunction ease = EaseFunction.None, bool local = false ) : System
entity System.Entity The target entity
to System.Vector3 The target scale
time System.TimeSpan Animation duration
ease EaseFunction The ease function
local bool If the scale is in local coordinate
Résultat System