Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CameraOffsetDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional material: SkyMaterial
    • Optional cameraOffset: Vector3

    Returns CameraOffsetDto

Properties

Optional cameraOffset

cameraOffset: Vector3

Defines an offset vector used to get a horizon offset.

example

skyMaterial.cameraOffset.y = camera.globalPosition.y // Set horizon relative to 0 on the Y axis

default

undefined

material

material: SkyMaterial

Material to update

default

undefined

Generated using TypeDoc