Jypeli 10
The simple game programming library
Jypeli.Factory luokkareferenssi

Luokat

struct  FactoryKey
 

Julkiset jäsenfunktiot

delegate object FactoryMethod ()
 

Staattiset julkiset jäsenfunktiot

static void AddFactory< T > (string tag, FactoryMethod method)
 
static T FactoryCreate< T > (string tag)
 
static void RemoveFactory< T > (string tag, FactoryMethod method)
 

Paketin staattiset funktiot

static object FactoryCreate (Type type, string tag)
 

Staattiset yksityiset attribuutit

static Dictionary< FactoryKey, FactoryMethodconstructors = new Dictionary<FactoryKey, FactoryMethod>()
 

Yksityiskohtainen selite

Määrittely tiedoston Factory.cs rivillä 42.

Jäsenfunktioiden dokumentaatio

◆ AddFactory< T >()

static void Jypeli.Factory.AddFactory< T > ( string  tag,
FactoryMethod  method 
)
static

Määrittely tiedoston Factory.cs rivillä 59.

Viittaukset Jypeli.Factory.constructors ja Jypeli.T.

◆ FactoryCreate()

static object Jypeli.Factory.FactoryCreate ( Type  type,
string  tag 
)
staticpackage

◆ FactoryCreate< T >()

static T Jypeli.Factory.FactoryCreate< T > ( string  tag)
static

Määrittely tiedoston Factory.cs rivillä 78.

Viittaukset Jypeli.Factory.FactoryCreate() ja Jypeli.T.

◆ FactoryMethod()

delegate object Jypeli.Factory.FactoryMethod ( )

◆ RemoveFactory< T >()

static void Jypeli.Factory.RemoveFactory< T > ( string  tag,
FactoryMethod  method 
)
static

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

Viittaukset Jypeli.Factory.constructors ja Jypeli.T.

Jäsendatan dokumentaatio

◆ constructors

Dictionary<FactoryKey, FactoryMethod> Jypeli.Factory.constructors = new Dictionary<FactoryKey, FactoryMethod>()
staticprivate

Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta: