C# Class CryEngine.EditorProperty

Afficher le fichier Open project: PoppermostProductions/CryMono

Méthodes publiques

Свойство Type Description
defaultValue string
description string
editType string
flags int
limits CryEngine.EditorPropertyLimits
name string

Méthodes publiques

Méthode 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 méthode

public EditorProperty ( string Name, string Desc, string DefaultValue, EditorPropertyType Type ) : System
Name string
Desc string
DefaultValue string
Type EditorPropertyType
Résultat System

EditorProperty() public méthode

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
Résultat System

Property Details

defaultValue public_oe property

public string defaultValue
Résultat string

description public_oe property

public string description
Résultat string

editType public_oe property

public string editType
Résultat string

flags public_oe property

public int flags
Résultat int

limits public_oe property

public EditorPropertyLimits,CryEngine limits
Résultat CryEngine.EditorPropertyLimits

name public_oe property

public string name
Résultat string