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

Data object for slideshow tile. More...

Inheritance diagram for TilePlus.SlideShowSaveData:
Collaboration diagram for TilePlus.SlideShowSaveData:

Public Member Functions

 SlideShowSaveData (Object? sourceInstance, int slideIndex, string clipsetName)
Public Member Functions inherited from TilePlus.MessagePacket< T >
virtual void Reset ()
 Reset the SourceInstance. Override for additional resets of variables holding references.

Public Attributes

int m_SlideIndex = 0
 Just save the slide index.
string m_ClipSetName
 name of the clipset. If it's empty it's not used.

Additional Inherited Members

Protected Member Functions inherited from TilePlus.MessagePacket< T >
 MessagePacket (Object? sourceInstance)
 Source Instance for this packet. Can be null.
Properties inherited from TilePlus.MessagePacket< T >
ObjectSourceInstance [get, set]
 The instance that's the source of the message. Can be null.
ulong Id [get, set]
 The ID of this packet. Packet recepients can test this to see if they're being sent the same message repeatedly. Note that 0 is not used except internally.

Detailed Description

Data object for slideshow tile.

Constructor & Destructor Documentation

◆ SlideShowSaveData()

TilePlus.SlideShowSaveData.SlideShowSaveData ( Object? sourceInstance,
int slideIndex,
string clipsetName )

Member Data Documentation

◆ m_ClipSetName

string TilePlus.SlideShowSaveData.m_ClipSetName

name of the clipset. If it's empty it's not used.

◆ m_SlideIndex

int TilePlus.SlideShowSaveData.m_SlideIndex = 0

Just save the slide index.


The documentation for this class was generated from the following file:
  • /Users/jms/Documents/Tpt_55/TPT55/Assets/Plugins/TilePlus/Runtime/Tiles/Animated/SlideShow/TpSlideShow.cs