bitbybit.dev v1.0.0-rc.1
    Preparing search index...
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalmaterial: SkyMaterial
      • Optionalup: Vector3

      Returns UpDto

    Properties

    material: SkyMaterial

    Material to update

    undefined
    
    up?: Vector3

    Defines the vector the skyMaterial should consider as up. (default is Vector3(0, 1, 0) as returned by Vector3.Up())

    undefined