Class SURectSizeData
Data to setup a Rect Size animation by the inspector
Inheritance
SURectSizeData
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public sealed class SURectSizeData : SUAnimationData
Properties
IsAvailable
Declaration
protected override bool IsAvailable { get; }
Property Value
Overrides
Methods
OnCache(GameObject)
Declaration
protected override void OnCache(GameObject go)
Parameters
Type |
Name |
Description |
GameObject |
go |
|
Overrides
OnPlay(GameObject)
Declaration
protected override void OnPlay(GameObject go)
Parameters
Type |
Name |
Description |
GameObject |
go |
|
Overrides