Struct TileAnimationData
Inherited Members
Namespace: UnityEngine.Tilemaps
Assembly: UnityEngine.dll
Syntax
public struct TileAnimationData
Properties
| Improve this Doc View SourceanimatedSprites
Declaration
public Sprite[] animatedSprites { get; set; }
Property Value
Type | Description |
---|---|
Sprite[] |
animationSpeed
Declaration
public float animationSpeed { get; set; }
Property Value
Type | Description |
---|---|
Single |
animationStartTime
Declaration
public float animationStartTime { get; set; }
Property Value
Type | Description |
---|---|
Single |