C# 클래스 Gibbed.RED.FileFormats.Script.RawTypeDefinition

파일 보기 프로젝트 열기: yole/Gibbed.RED 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Flags TypeDefinitionFlags
Name string
NativePropertyCount int
ScriptedPropertyCount int
Type NativeType

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Flags 공개적으로 프로퍼티

public TypeDefinitionFlags Flags
리턴 TypeDefinitionFlags

Name 공개적으로 프로퍼티

public string Name
리턴 string

NativePropertyCount 공개적으로 프로퍼티

public int NativePropertyCount
리턴 int

ScriptedPropertyCount 공개적으로 프로퍼티

public int ScriptedPropertyCount
리턴 int

Type 공개적으로 프로퍼티

public NativeType Type
리턴 NativeType