![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
This is the base class for all Tpt attributes except ShowAsLabelBrushInspector. More...


Public Attributes | |
| SpaceMode | m_SpaceMode |
| Space or draw-line control. | |
| ShowMode | m_ShowMode |
| Controls how to show the item that the attr is attached to. | |
| string | m_VisibilityProperty |
| If showMode == Property, the name of a property to control visibility. | |
Protected Member Functions | |
| TptAttributeBaseAttribute (SpaceMode spaceMode=SpaceMode.None, ShowMode showMode=ShowMode.Always, string visibilityProperty="") | |
| Constructor for the Tpt base attribute. | |
This is the base class for all Tpt attributes except ShowAsLabelBrushInspector.
|
protected |
Constructor for the Tpt base attribute.
| spaceMode | Space or line before or after or nothing |
| showMode | Show always, only in Play mode, only when Not playing, or use a named property |
| visibilityProperty | Named property when showMode == Property |
| ShowMode TilePlus.TptAttributeBaseAttribute.m_ShowMode |
Controls how to show the item that the attr is attached to.
| SpaceMode TilePlus.TptAttributeBaseAttribute.m_SpaceMode |
Space or draw-line control.
| string TilePlus.TptAttributeBaseAttribute.m_VisibilityProperty |
If showMode == Property, the name of a property to control visibility.