cohtml.ExposePropertyInfo
Inherits from Attribute
Inherited by cohtml.ExposeFieldAttribute, cohtml.ExposePropertyAttribute, cohtml.ExposePropertyMobileAttribute, cohtml.ExposePropertyStandaloneAttribute
Public Types #
| Name |
---|
enum class | FoldoutType { General = 0, Rendering, AdvancedRendering, Input, Scripting, Count} |
Public Functions #
Public Properties #
Public Types Documentation #
enum FoldoutType #
Enumerator | Value | Description |
---|
General | 0 | |
Rendering | | |
AdvancedRendering | | |
Input | | |
Scripting | | |
Count | | |
Public Functions Documentation #
function ExposePropertyInfo #
ExposePropertyInfo()
function ExposePropertyInfo #
ExposePropertyInfo(
FoldoutType category
)
Public Property Documentation #
property PrettyName #
string PrettyName;
string Tooltip;
property Category #
FoldoutType Category;
property IsStatic #
bool IsStatic;