public class SkyboxResource : UnityObjectWrapper

A skybox.


public LuaColor GetPixel(int face, int x, int y)

Get the pixel value at this position.

Arguments

Returns: (Color) The color of this pixel


public void SetPixel(int face, int x, int y, LuaColor color)

Set the pixel at a given position.

Arguments


public LuaVector3 GetDimensions()

Get the dimensions of this cubemap.

Returns: (Vector2) The dimensions encoded as a [width, height] Vector2.