Property | Type | Description | |
---|---|---|---|
defaultValue | string | ||
description | string | ||
editType | string | ||
flags | int | ||
limits | CryEngine.EditorPropertyLimits | ||
name | string |
Method | Description | |
---|---|---|
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 | |
return | 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 | |
return | System |
public EditorPropertyLimits,CryEngine limits | ||
return | CryEngine.EditorPropertyLimits |