C# 클래스 Glare.Engine.NodeType

Gives information about the System.Type of a Node class.
상속: NodeMemberInfo
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
GetNodeType ( Type type ) : NodeType

Get the NodeType for a System.Type.

GetProperty ( string name ) : NodeTypeProperty

Get a property of the type, or throw an exception.

비공개 메소드들

메소드 설명
NodeType ( Type type ) : System

메소드 상세

GetNodeType() 공개 정적인 메소드

Get the NodeType for a System.Type.
public static GetNodeType ( Type type ) : NodeType
type System.Type
리턴 NodeType

GetProperty() 공개 메소드

Get a property of the type, or throw an exception.
This does not have an instance public or private property named .
public GetProperty ( string name ) : NodeTypeProperty
name string
리턴 NodeTypeProperty