C# Class TilePrototype, code

Inheritance: ScriptableObject
Show file Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
registered bool
tilePrototypeDictionary TilePrototype>.Dictionary

Public Methods

Method Description
registerAll ( ) : void
registerPrototype ( int id, TilePrototype, tp ) : void

Method Details

registerAll() public static method

public static registerAll ( ) : void
return void

registerPrototype() public static method

public static registerPrototype ( int id, TilePrototype, tp ) : void
id int
tp TilePrototype,
return void

Property Details

registered public static property

public static bool registered
return bool

tilePrototypeDictionary public static property

public static Dictionary tilePrototypeDictionary
return TilePrototype>.Dictionary