C# Class LSLib.Granny.Model.VertexFormatRegistry

Datei anzeigen Open project: Norbyte/lslib Class Usage Examples

Public Methods

Method Description
FindByStruct ( StructDefinition defn ) : Type
GetAllTypes ( ) : Type>.Dictionary
Resolve ( String name ) : Type

Private Methods

Method Description
CompareType ( StructDefinition defn, Type type ) : bool
Init ( ) : void
Register ( Type type ) : void
ThrowUnknownVertexFormatError ( StructDefinition defn ) : void

Method Details

FindByStruct() public static method

public static FindByStruct ( StructDefinition defn ) : Type
defn StructDefinition
return System.Type

GetAllTypes() public static method

public static GetAllTypes ( ) : Type>.Dictionary
return Type>.Dictionary

Resolve() public static method

public static Resolve ( String name ) : Type
name String
return System.Type