cohtml::ObjectInfo
Represents an object of a type exposed to the scripting.
#include <Property.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| ElementType | Type Type of the object. Always ET_UserType for user properties; exists because the SDK internally reuses ObjectInfo for other types. |
| TypeInfo * | Info Type information (methods, attributes etc.) |
| void * | UserData Pointer to the underlying object. It may represent either the actual object instance or an abstraction/handle meaningful to the property’s implementation. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable Type
Section titled “variable Type”ElementType Type;Type of the object. Always ET_UserType for user properties; exists because the SDK internally reuses ObjectInfo for other types.
variable Info
Section titled “variable Info”TypeInfo * Info;Type information (methods, attributes etc.)
variable UserData
Section titled “variable UserData”void * UserData;Pointer to the underlying object. It may represent either the actual object instance or an abstraction/handle meaningful to the property’s implementation.
© 2026 Coherent Labs. All rights reserved.