Skip to content

Class: PropertyAnimationClipState

Constructors

Properties

Accessors

Constructors

constructor

new PropertyAnimationClipState(clip): PropertyAnimationClipState

Parameters

NameType
clipPropertyAnimationClip

Returns

PropertyAnimationClipState

Defined in

src/components/anim/AnimatorComponent.ts:443

Properties

clip

clip: PropertyAnimationClip

Defined in

src/components/anim/AnimatorComponent.ts:436


weight

weight: number = 0.0

Defined in

src/components/anim/AnimatorComponent.ts:437

Accessors

totalTime

get totalTime(): number

Returns

number

Defined in

src/components/anim/AnimatorComponent.ts:439

Released under the MIT License