Method | Description | |
---|---|---|
ScaleTo2DGameAction ( System.Entity entity, System.Vector2 to, System.TimeSpan time, EaseFunction ease = EaseFunction.None, bool local = false ) : System |
Initializes a new instance of the ScaleTo2DGameAction class.
|
Method | Description | |
---|---|---|
PerformRun ( ) : void |
Performs the run operation
|
Method | Description | |
---|---|---|
LocalScaleAction ( System.Vector2 delta ) : void |
Scale action
|
|
ScaleAction ( System.Vector2 delta ) : void |
Scale action
|
public ScaleTo2DGameAction ( System.Entity entity, System.Vector2 to, System.TimeSpan time, EaseFunction ease = EaseFunction.None, bool local = false ) : System | ||
entity | System.Entity | The target entity |
to | System.Vector2 | The target scale |
time | System.TimeSpan | Animation duration |
ease | EaseFunction | The ease function |
local | bool | If the scale is in local coordinate |
return | System |