Class: BlendShapePropertyData
Constructors
Properties
Methods
Constructors
constructor
• new BlendShapePropertyData(): BlendShapePropertyData
Returns
Properties
shapeName
• shapeName: string
Defined in
src/loader/parser/prefab/prefabData/BlendShapePropertyData.ts:5
shapeIndex
• shapeIndex: number
Defined in
src/loader/parser/prefab/prefabData/BlendShapePropertyData.ts:6
frameCount
• frameCount: number
Defined in
src/loader/parser/prefab/prefabData/BlendShapePropertyData.ts:7
blendPositionList
• blendPositionList: Float32Array
Defined in
src/loader/parser/prefab/prefabData/BlendShapePropertyData.ts:9
blendNormalList
• blendNormalList: Float32Array
Defined in
src/loader/parser/prefab/prefabData/BlendShapePropertyData.ts:10
Methods
formBytes
▸ formBytes(byteArray
): void
Parameters
Name | Type |
---|---|
byteArray | BytesArray |
Returns
void
Defined in
src/loader/parser/prefab/prefabData/BlendShapePropertyData.ts:11