Jypeli  5
The simple game programming library
PropertySet luokkareferenssi

Julkiset jäsenfunktiot

 PropertySet ()
 
void Add (PropertySet propSet)
 
void Remove (string propName)
 
int IndexOf (string propName)
 
bool Contains (string propName)
 
object GetValue (string propName)
 
GetValue< T > (string propName)
 
object TryGetValue (string propName)
 
void SetValue (string propName, object propValue)
 
void Apply (ref GameObject obj)
 

Staattiset julkiset jäsenfunktiot

static PropertySet Merge (params PropertySet[] sets)
 

Ominaisuudet

List< PropertyItems [get]
 

Yksityiskohtainen selite

Määrittely tiedoston PropertySet.cs rivillä 8.

Rakentajien & purkajien dokumentaatio

◆ PropertySet()

Määrittely tiedoston PropertySet.cs rivillä 12.

Jäsenfunktioiden dokumentaatio

◆ Add()

void Add ( PropertySet  propSet)

Määrittely tiedoston PropertySet.cs rivillä 22.

◆ Apply()

void Apply ( ref GameObject  obj)

Määrittely tiedoston PropertySet.cs rivillä 98.

◆ Contains()

bool Contains ( string  propName)

Määrittely tiedoston PropertySet.cs rivillä 55.

◆ GetValue()

object GetValue ( string  propName)

Määrittely tiedoston PropertySet.cs rivillä 60.

◆ GetValue< T >()

T GetValue< T > ( string  propName)

Määrittely tiedoston PropertySet.cs rivillä 67.

◆ IndexOf()

int IndexOf ( string  propName)

Määrittely tiedoston PropertySet.cs rivillä 44.

◆ Merge()

static PropertySet Merge ( params PropertySet []  sets)
static

Määrittely tiedoston PropertySet.cs rivillä 115.

◆ Remove()

void Remove ( string  propName)

Määrittely tiedoston PropertySet.cs rivillä 30.

◆ SetValue()

void SetValue ( string  propName,
object  propValue 
)

Määrittely tiedoston PropertySet.cs rivillä 84.

◆ TryGetValue()

object TryGetValue ( string  propName)

Määrittely tiedoston PropertySet.cs rivillä 72.

Ominaisuuksien dokumentaatio

◆ Items

List<Property> Items
get

Määrittely tiedoston PropertySet.cs rivillä 10.


Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta: