C# 클래스 LSLib.Granny.Model.VertexFormatRegistry

파일 보기 프로젝트 열기: Norbyte/lslib 1 사용 예제들

공개 메소드들

메소드 설명
FindByStruct ( StructDefinition defn ) : Type
GetAllTypes ( ) : Type>.Dictionary
Resolve ( String name ) : Type

비공개 메소드들

메소드 설명
CompareType ( StructDefinition defn, Type type ) : bool
Init ( ) : void
Register ( Type type ) : void
ThrowUnknownVertexFormatError ( StructDefinition defn ) : void

메소드 상세

FindByStruct() 공개 정적인 메소드

public static FindByStruct ( StructDefinition defn ) : Type
defn StructDefinition
리턴 System.Type

GetAllTypes() 공개 정적인 메소드

public static GetAllTypes ( ) : Type>.Dictionary
리턴 Type>.Dictionary

Resolve() 공개 정적인 메소드

public static Resolve ( String name ) : Type
name String
리턴 System.Type