cohtml.ExposePropertyInfo
Inherits from Attribute
Inherited by cohtml.ExposeFieldAttribute, cohtml.ExposePropertyAttribute, cohtml.ExposePropertyMobileAttribute, cohtml.ExposePropertyStandaloneAttribute
Public Types
Section titled “Public Types”| Name | |
|---|---|
| enum class | FoldoutType { General = 0, Rendering, PostEffect, AdvancedRendering, Input, Scripting, Count} |
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| ExposePropertyInfo() | |
| ExposePropertyInfo(FoldoutType category) |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| string | PrettyName |
| string | Tooltip |
| FoldoutType | Category |
| bool | IsStatic |
Public Types Documentation
Section titled “Public Types Documentation”enum FoldoutType
Section titled “enum FoldoutType”| Enumerator | Value | Description |
|---|---|---|
| General | 0 | |
| Rendering | ||
| PostEffect | ||
| AdvancedRendering | ||
| Input | ||
| Scripting | ||
| Count |
Public Functions Documentation
Section titled “Public Functions Documentation”function ExposePropertyInfo
Section titled “function ExposePropertyInfo”ExposePropertyInfo()function ExposePropertyInfo
Section titled “function ExposePropertyInfo”ExposePropertyInfo( FoldoutType category)Public Property Documentation
Section titled “Public Property Documentation”property PrettyName
Section titled “property PrettyName”string PrettyName;property Tooltip
Section titled “property Tooltip”string Tooltip;property Category
Section titled “property Category”FoldoutType Category;property IsStatic
Section titled “property IsStatic”bool IsStatic;© 2026 Coherent Labs. All rights reserved.