PropertyInterface
Nectunia.PropertyInterface.TagListWrapper Class Reference

Detailed Description

Wrapper for Tag list to allow Easiest serialisation.

Used for JSON export from Unity Windows menu.

Public Attributes

List< Tag_tagsList = new List<Tag>()
 The Tag list. More...
 

Public Member Functions

 TagListWrapper (List< Tag > tasgList)
 Instanciate the wrapper. More...
 

Constructor & Destructor Documentation

◆ TagListWrapper()

Nectunia.PropertyInterface.TagListWrapper.TagListWrapper ( List< Tag tasgList)

Instanciate the wrapper.

Parameters
tasgListThe Tag list to instanciate.

Member Data Documentation

◆ _tagsList

List<Tag> Nectunia.PropertyInterface.TagListWrapper._tagsList = new List<Tag>()

The Tag list.