프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public EditorProperty ( string Name, string Desc, string DefaultValue, EditorPropertyType Type ) : System | ||
Name | string | |
Desc | string | |
DefaultValue | string | |
Type | EditorPropertyType | |
리턴 | System |
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 |