Skip to content

@fibbojs / 3d / FComponentOptions

Interface: FComponentOptions

Extends

  • FComponentOptions

Extended by

Properties

addToScene?

optional addToScene: boolean

Inherited from

FComponentOptionsCore.addToScene

Defined in

core/dist/index.d.ts:361


position?

optional position: FVector3

Defined in

3d/src/core/FComponent.ts:16


rotation?

optional rotation: FVector3

Defined in

3d/src/core/FComponent.ts:17


rotationDegree?

optional rotationDegree: FVector3

Defined in

3d/src/core/FComponent.ts:18


scale?

optional scale: FVector3

Defined in

3d/src/core/FComponent.ts:19


scene?

optional scene: FScene

Inherited from

FComponentOptionsCore.scene

Defined in

core/dist/index.d.ts:360