Class: BlendShapeData
Constructors
Properties
Methods
Constructors
constructor
• new BlendShapeData(): BlendShapeData
Returns
Properties
vertexCount
• vertexCount: number
Defined in
src/loader/parser/prefab/prefabData/BlendShapeData.ts:5
shapeNames
• shapeNames: string[]
Defined in
src/loader/parser/prefab/prefabData/BlendShapeData.ts:6
shapeIndexs
• shapeIndexs: number[]
Defined in
src/loader/parser/prefab/prefabData/BlendShapeData.ts:7
blendCount
• blendCount: number
Defined in
src/loader/parser/prefab/prefabData/BlendShapeData.ts:9
blendShapePropertyDatas
• blendShapePropertyDatas: BlendShapePropertyData[]
Defined in
src/loader/parser/prefab/prefabData/BlendShapeData.ts:14
blendShapeMap
• blendShapeMap: Map<string, BlendShapePropertyData>
Defined in
src/loader/parser/prefab/prefabData/BlendShapeData.ts:15
Methods
formBytes
▸ formBytes(byteArray): BytesArray
Parameters
| Name | Type |
|---|---|
byteArray | BytesArray |
Returns
BytesArray

