C# Class CryEngine.EditorProperty

Datei anzeigen Open project: PoppermostProductions/CryMono

Public Properties

Property Type Description
defaultValue string
description string
editType string
flags int
limits CryEngine.EditorPropertyLimits
name string

Public Methods

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

Method Details

EditorProperty() public method

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

EditorProperty() public method

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

Property Details

defaultValue public_oe property

public string defaultValue
return string

description public_oe property

public string description
return string

editType public_oe property

public string editType
return string

flags public_oe property

public int flags
return int

limits public_oe property

public EditorPropertyLimits,CryEngine limits
return CryEngine.EditorPropertyLimits

name public_oe property

public string name
return string