Skip to content

@orillusion/core


Class: BlendShapePropertyData

Defined in: src/loader/parser/prefab/prefabData/BlendShapePropertyData.ts:4

Constructors

Constructor

new BlendShapePropertyData(): BlendShapePropertyData

Returns

BlendShapePropertyData

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

Defined in: src/loader/parser/prefab/prefabData/BlendShapePropertyData.ts:11

Parameters

byteArray

BytesArray

Returns

void

Released under the MIT License