Property | Type | Description | |
---|---|---|---|
_buffer | Vector2 | ||
_columns | int | ||
_disableUponCompletion | bool | ||
_enableEvents | bool | ||
_framesPerSecond | float | ||
_newMaterialInstance | bool | ||
_offset | Vector2 | ||
_playOnEnable | bool | ||
_playOnce | bool | ||
_rows | int | ||
_scale | Vector2 |
Method | Description | |
---|---|---|
ChangeMaterial ( Material newMaterial, bool newInstance ) : void | ||
Play ( ) : void | ||
RegisterCallback ( VoidEvent cbFunction ) : void | ||
UnRegisterCallback ( VoidEvent cbFunction ) : void |
Method | Description | |
---|---|---|
ApplyOffset ( ) : void | ||
Awake ( ) : void | ||
CalcTextureSize ( ) : void | ||
HandleCallbacks ( List |
||
OnDestroy ( ) : void | ||
OnEnable ( ) : void | ||
updateTiling ( ) : IEnumerator |
public ChangeMaterial ( Material newMaterial, bool newInstance ) : void | ||
newMaterial | Material | |
newInstance | bool | |
return | void |
public RegisterCallback ( VoidEvent cbFunction ) : void | ||
cbFunction | VoidEvent | |
return | void |
public UnRegisterCallback ( VoidEvent cbFunction ) : void | ||
cbFunction | VoidEvent | |
return | void |