![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
Specification for a slideshow. More...
Public Member Functions | |
| TpSlidesClip (string newName) | |
| Initializes a new instance of the TpSlidesClip class. | |
Public Attributes | |
| string | m_Name |
| The name of the slide show. | |
| bool | m_WrapAround |
| If true, slide show wraps-around at last sprite or zeroth sprite, depending on whether SlideIndex is being incremented or decremented. | |
| int | m_StartIndex |
| The slide to show first. Does not change wraparound behavior. | |
| Sprite[] | m_Sprites = new Sprite[1] |
| The List of Sprites for the slide show. | |
Specification for a slideshow.
| TilePlus.TpSlidesClip.TpSlidesClip | ( | string | newName | ) |
Initializes a new instance of the TpSlidesClip class.
| newName | The new name for this slide clip. |
| string TilePlus.TpSlidesClip.m_Name |
The name of the slide show.
| int TilePlus.TpSlidesClip.m_StartIndex |
The slide to show first. Does not change wraparound behavior.
| bool TilePlus.TpSlidesClip.m_WrapAround |
If true, slide show wraps-around at last sprite or zeroth sprite, depending on whether SlideIndex is being incremented or decremented.