Class: DynamicDrawStruct
Hierarchy
Struct
↳
DynamicDrawStruct
Constructors
Methods
Constructors
constructor
• new DynamicDrawStruct(): DynamicDrawStruct
Returns
Inherited from
Struct.constructor
Methods
getValueSize
▸ getValueSize(value
): any
get any type value memory size
Parameters
Name | Type | Description |
---|---|---|
value | any | any type value |
Returns
any
Inherited from
Struct.getValueSize
Defined in
Ref
▸ Ref<T
>(c
): { name
: string
; type
: string
}[]
Type parameters
Name | Type |
---|---|
T | extends Struct |
Parameters
Name | Type |
---|---|
c | Ctor <T > |
Returns
{ name
: string
; type
: string
}[]
Inherited from
Struct.Ref
Defined in
Get
▸ Get<T
>(c
): Struct
Type parameters
Name | Type |
---|---|
T | extends Struct |
Parameters
Name | Type |
---|---|
c | Ctor <T > |
Returns
Struct
Inherited from
Struct.Get
Defined in
GetSize
▸ GetSize<T
>(c
): number
get any struct memory size
Type parameters
Name | Type |
---|---|
T | extends Struct |
Parameters
Name | Type |
---|---|
c | Ctor <T > |
Returns
number
Inherited from
Struct.GetSize
Defined in
getValueType
▸ getValueType(): { name
: string
; type
: string
}[]
get reflection name
Returns
{ name
: string
; type
: string
}[]
Inherited from
Struct.getValueType