TilePlus Version 5
Unity3D Tilemap Extension
Loading...
Searching...
No Matches
TilePlus.TpSlidesClip Class Reference

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.

Detailed Description

Specification for a slideshow.

Constructor & Destructor Documentation

◆ TpSlidesClip()

TilePlus.TpSlidesClip.TpSlidesClip ( string newName)

Initializes a new instance of the TpSlidesClip class.

Parameters
newNameThe new name for this slide clip.

Member Data Documentation

◆ m_Name

string TilePlus.TpSlidesClip.m_Name

The name of the slide show.

◆ m_Sprites

Sprite [] TilePlus.TpSlidesClip.m_Sprites = new Sprite[1]

The List of Sprites for the slide show.

◆ m_StartIndex

int TilePlus.TpSlidesClip.m_StartIndex

The slide to show first. Does not change wraparound behavior.

◆ m_WrapAround

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.


The documentation for this class was generated from the following file: