C# Class Nez.ComponentTypeManager

显示文件 Open project: prime31/Nez Class Usage Examples

Public Methods

Method Description
add ( Type type ) : void
getIndexFor ( Type type ) : int
getTypesFromBits ( BitSet bits ) : IEnumerable

Method Details

add() public static method

public static add ( Type type ) : void
type System.Type
return void

getIndexFor() public static method

public static getIndexFor ( Type type ) : int
type System.Type
return int

getTypesFromBits() public static method

public static getTypesFromBits ( BitSet bits ) : IEnumerable
bits BitSet
return IEnumerable