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

An asset with a set of slide show clips. More...

Inheritance diagram for TilePlus.TpSlideShowSpriteSet:
Collaboration diagram for TilePlus.TpSlideShowSpriteSet:

Public Member Functions

void OnEnable ()
 Unity event method. Tests for duplicate clip names.

Public Attributes

List< TpSlidesClipm_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.

Detailed Description

An asset with a set of slide show clips.

Member Function Documentation

◆ OnEnable()

void TilePlus.TpSlideShowSpriteSet.OnEnable ( )

Unity event method. Tests for duplicate clip names.

Member Data Documentation

◆ m_Slides

List<TpSlidesClip> TilePlus.TpSlideShowSpriteSet.m_Slides = new()

List of slide sprites.

Property Documentation

◆ AssetVersion

byte TilePlus.TpSlideShowSpriteSet.AssetVersion
get

Gets the asset version.

The asset version.

◆ NumClips

int TilePlus.TpSlideShowSpriteSet.NumClips
get

property to get number of slide show clips

The number clips.

◆ SlideClipNames

string [] TilePlus.TpSlideShowSpriteSet.SlideClipNames
get

Property to get an array of clip names.

The slide clip names.


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