C# Класс Glare.Engine.NodeType

Gives information about the System.Type of a Node class.
Наследование: NodeMemberInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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