メインコンテンツまでスキップ

Orient store

Orient values

PropertydefaultDescription
activefalse

Orient events

Event nameArgumentDescription
changeElementCalled when the value is changed
mountElementCalled when the component is mounted
cleannullCalled when the component is removed

Orient state

export interface OrientState {
snapshot: [OrientState]
active: boolean
_active: boolean
_value: Vec3
value: Vec3
delta: Vec3
offset: Vec3
movement: Vec3
memo: any
callback(): void
change(): void
mount(): void
clean(): void
}