Sky

非推奨を表示

The Sky object, when placed inside Lighting, changes the default appearance of the experience's sky. This object's skybox is composed of six sides, like a cube. If you customize the skybox, the sun, moon, and other celestial objects remain visible unless you turn off the CelestialBodiesShown property. By adjusting the StarCount property, you can change how many stars appear in the sky at night.

This object can also be used as a cubemap for reflections in ViewportFrames, in which case only the Sky object's six Skybox[…] properties are used. For details, see Frames.

概要

プロパティ

  • 並列読み取り

    Sets whether the sun, moon, and stars will show.

  • 並列読み取り

    The perceived angular size of the moon while using this skybox, in degrees.

  • 並列読み取り

    The texture of the moon while using this skybox.

  • 並列読み取り

    The URL link to a picture for the back surface of the sky.

  • 並列読み取り

    Asset ID for the bottom surface of the skybox.

  • 並列読み取り

    Asset ID for the front surface of the skybox.

  • 並列読み取り

    Asset ID for the left surface of the skybox.

  • 並列読み取り

    Asset ID for the right surface of the skybox.

  • 並列読み取り

    Asset ID for the top surface of the skybox.

  • 並列読み取り

    How many stars are shown in the skybox.

  • 並列読み取り

    The perceived angular size of the sun while using this skybox, in degrees.

  • 並列読み取り

    The texture of the sun while using this skybox.

プロパティ

CelestialBodiesShown

並列読み取り

Sets whether the sun, moon, and stars will show.

MoonAngularSize

並列読み取り

The perceived angular size of the moon while using this skybox, in degrees.

MoonTextureId

並列読み取り

The texture of the moon while using this skybox.

SkyboxBk

並列読み取り

The URL link to a picture for the back surface of the sky.

SkyboxDn

並列読み取り

Asset ID for the bottom surface of the skybox.

SkyboxFt

並列読み取り

Asset ID for the front surface of the skybox.

SkyboxLf

並列読み取り

Asset ID for the left surface of the skybox.

SkyboxRt

並列読み取り

Asset ID for the right surface of the skybox.

SkyboxUp

並列読み取り

Asset ID for the top surface of the skybox.

StarCount

並列読み取り

How many stars are shown in the skybox. Only works if CelestialBodiesShown is true.

SunAngularSize

並列読み取り

The perceived angular size of the sun while using this skybox, in degrees.

SunTextureId

並列読み取り

The texture of the sun while using this skybox.

方法

イベント