Enum RuleTile.TilingRuleOutput.OutputSprite
The Output for the Tile which fits this Rule.
Namespace: UnityEngine
Assembly: Unity.2D.Tilemap.Extras.dll
Syntax
public enum RuleTile.TilingRuleOutput.OutputSprite
Fields
| Name | Description |
|---|---|
| Animation | A Sprite Animation will be output. |
| Random | A Random Sprite will be output. |
| Single | A Single Sprite will be output. |