Skip to content

@fibbojs / 2d / FSceneOptions

Interface: FSceneOptions

Extends

  • FSceneOptions

Properties

autoLoop?

optional autoLoop: boolean

Inherited from

FSceneOptionsCore.autoLoop

Defined in

core/dist/index.d.ts:216


domNode?

optional domNode: HTMLElement

Inherited from

FSceneOptionsCore.domNode

Defined in

core/dist/index.d.ts:215


gravity?

optional gravity: object

x

x: number

y

y: number

Overrides

FSceneOptionsCore.gravity

Defined in

2d/src/core/FScene.ts:16


mainFrameRate?

optional mainFrameRate: number

Inherited from

FSceneOptionsCore.mainFrameRate

Defined in

core/dist/index.d.ts:217


physicFrameRate?

optional physicFrameRate: number

Inherited from

FSceneOptionsCore.physicFrameRate

Defined in

core/dist/index.d.ts:218