Skip to content

Image3D

Inherits Dynamic

Image3D are objects that can have an image texture and are placed in the world.

Properties

Image : ImageAsset

Specifies the image of the Image3D.

TextureScale : Vector2

The scale of the texture on the Image3D.

TextureOffset : Vector2

The offset of the texture on the Image3D.

Color : Color

Determines the color of the Image3D.

CastShadows : boolean

Determines whether or not the Image3D should cast shadows.

Shaded : boolean

Determines whether or not the Image3D should be affected by lighting.

FaceCamera : boolean

Determines whether or not the Image3D should always face the camera.

TextureFilter : TextureFilter

Determines the texture filter mode.