C# Class TilePrototype, code

Inheritance: ScriptableObject
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Свойство Type Description
registered bool
tilePrototypeDictionary TilePrototype>.Dictionary

Méthodes publiques

Méthode Description
registerAll ( ) : void
registerPrototype ( int id, TilePrototype, tp ) : void

Method Details

registerAll() public static méthode

public static registerAll ( ) : void
Résultat void

registerPrototype() public static méthode

public static registerPrototype ( int id, TilePrototype, tp ) : void
id int
tp TilePrototype,
Résultat void

Property Details

registered public_oe static_oe property

public static bool registered
Résultat bool

tilePrototypeDictionary public_oe static_oe property

public static Dictionary tilePrototypeDictionary
Résultat TilePrototype>.Dictionary