C# 클래스 CryEngine.EditorProperty

파일 보기 프로젝트 열기: PoppermostProductions/CryMono

공개 프로퍼티들

프로퍼티 타입 설명
defaultValue string
description string
editType string
flags int
limits CryEngine.EditorPropertyLimits
name string

공개 메소드들

메소드 설명
EditorProperty ( string Name, string Desc, string DefaultValue, EditorPropertyType Type ) : System
EditorProperty ( string Name, string Desc, string DefaultValue, EditorPropertyType Type, CryEngine.EditorPropertyLimits Limits, int Flags ) : System

메소드 상세

EditorProperty() 공개 메소드

public EditorProperty ( string Name, string Desc, string DefaultValue, EditorPropertyType Type ) : System
Name string
Desc string
DefaultValue string
Type EditorPropertyType
리턴 System

EditorProperty() 공개 메소드

public EditorProperty ( string Name, string Desc, string DefaultValue, EditorPropertyType Type, CryEngine.EditorPropertyLimits Limits, int Flags ) : System
Name string
Desc string
DefaultValue string
Type EditorPropertyType
Limits CryEngine.EditorPropertyLimits
Flags int
리턴 System

프로퍼티 상세

defaultValue 공개적으로 프로퍼티

public string defaultValue
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

editType 공개적으로 프로퍼티

public string editType
리턴 string

flags 공개적으로 프로퍼티

public int flags
리턴 int

limits 공개적으로 프로퍼티

public EditorPropertyLimits,CryEngine limits
리턴 CryEngine.EditorPropertyLimits

name 공개적으로 프로퍼티

public string name
리턴 string