Struct Property
Parent |
A reflection object representing a struct property.
Functions
getSubclass () → subclass : Object<Struct>
Returns the subclass type of this struct. Meaning, the stored structs need to be of this type.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Subclass |
| Name | Type | Description |
|---|---|---|
Subclass |
Object<Struct> |
The subclass of this struct. |