C# Class LSLib.Granny.Model.VertexFormatRegistry

Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Méthode Description
FindByStruct ( StructDefinition defn ) : Type
GetAllTypes ( ) : Type>.Dictionary
Resolve ( String name ) : Type

Private Methods

Méthode Description
CompareType ( StructDefinition defn, Type type ) : bool
Init ( ) : void
Register ( Type type ) : void
ThrowUnknownVertexFormatError ( StructDefinition defn ) : void

Method Details

FindByStruct() public static méthode

public static FindByStruct ( StructDefinition defn ) : Type
defn StructDefinition
Résultat System.Type

GetAllTypes() public static méthode

public static GetAllTypes ( ) : Type>.Dictionary
Résultat Type>.Dictionary

Resolve() public static méthode

public static Resolve ( String name ) : Type
name String
Résultat System.Type