TaggedAsset
TaggedAsset
Access PathLibrary.TaggedAsset
Description
All assets in the Path runtime (that is everything besides Seekers and Control) inherits from TaggedAsset. This class provides data and functionality for handling the tags applied to these objects in the Path editor interface.
Methods
bool HasTag( int tag )
bool HasTag( string tag )
bool AddTag( int tag )
bool AddTag( string tag )
bool RemoveTag( int tag )
bool RemoveTag( string tag )
Properties
int[] Tags
string[] TagStrings