Enum RuleTile.TilingRuleOutput.OutputSprite
The Output for the Tile which fits this Rule.
Namespace: UnityEngine
Syntax
public enum OutputSprite
Fields
Name | Description | Value |
---|---|---|
Single | A Single Sprite will be output. |
0 |
Random | A Random Sprite will be output. |
1 |
Animation | A Sprite Animation will be output. |
2 |