C# Класс CryEngine.EditorProperty

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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