![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
An asset with a set of slide show clips. More...
Public Member Functions | |
| void | OnEnable () |
| Unity event method. Tests for duplicate clip names. | |
Public Attributes | |
| List< TpSlidesClip > | m_Slides = new() |
| List of slide sprites. | |
Properties | |
| int | NumClips [get] |
| property to get number of slide show clips | |
| byte | AssetVersion [get] |
| Gets the asset version. | |
| string[] | SlideClipNames [get] |
| Property to get an array of clip names. | |
An asset with a set of slide show clips.
| void TilePlus.TpSlideShowSpriteSet.OnEnable | ( | ) |
Unity event method. Tests for duplicate clip names.
| List<TpSlidesClip> TilePlus.TpSlideShowSpriteSet.m_Slides = new() |
List of slide sprites.
|
get |
Gets the asset version.
The asset version.
|
get |
property to get number of slide show clips
The number clips.
|
get |
Property to get an array of clip names.
The slide clip names.