DecorRegister
DocsDecorRegister(propertyName, type)Description
enum eDecorType
{
DECOR_TYPE_FLOAT = 1,
DECOR_TYPE_BOOL = 2,
DECOR_TYPE_INT = 3,
DECOR_TYPE_STRING = 4,
DECOR_TYPE_TIME = 5
};Parameters
| Name | Type | Description |
|---|---|---|
propertyName | char* | — |
type | int | — |
Returns
voidThis native does not return a value.