Class: GeometryInfo
Hierarchy
Struct↳
GeometryInfo
Constructors
Properties
Methods
Constructors
constructor
• new GeometryInfo(): GeometryInfo
Returns
Inherited from
Struct.constructor
Properties
index
• index: number = 0
Defined in
packages/graphic/renderer/graphic3d/Graphic3DFaceRenderer.ts:26
faceStart
• faceStart: number = 0
Defined in
packages/graphic/renderer/graphic3d/Graphic3DFaceRenderer.ts:27
faceEnd
• faceEnd: number = 0
Defined in
packages/graphic/renderer/graphic3d/Graphic3DFaceRenderer.ts:28
faceCount
• faceCount: number = 0
Defined in
packages/graphic/renderer/graphic3d/Graphic3DFaceRenderer.ts:29
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

