cohtml.ExposePropertyInfo

Inherits from Attribute

Inherited by cohtml.ExposeFieldAttribute, cohtml.ExposePropertyAttribute, cohtml.ExposePropertyMobileAttribute, cohtml.ExposePropertyStandaloneAttribute

Public Types

Name
enum classFoldoutType { General = 0, Rendering, AdvancedRendering, Input, Scripting, Count}

Public Functions

Name
ExposePropertyInfo()
ExposePropertyInfo(FoldoutType category)

Public Properties

Name
stringPrettyName
stringTooltip
FoldoutTypeCategory
boolIsStatic

Public Types Documentation

enum FoldoutType

EnumeratorValueDescription
General0
Rendering
AdvancedRendering
Input
Scripting
Count

Public Functions Documentation

function ExposePropertyInfo

ExposePropertyInfo()

function ExposePropertyInfo

ExposePropertyInfo(
    FoldoutType category
)

Public Property Documentation

property PrettyName

string PrettyName;

property Tooltip

string Tooltip;

property Category

FoldoutType Category;

property IsStatic

bool IsStatic;