GUI3D¶
Inherits Dynamic
GUI3D is a class that allows GUI to be displayed in a 3D space.
Properties¶
CanvasSize : Vector2¶
Determines the canvas size for this GUI
Shaded : boolean¶
Determines if this GUI3D should be affected by lighting
FaceCamera : boolean¶
Determines if this GUI3D always face the camera?
Transparent : boolean¶
Determines if the background should be transparent. Recommended to be set to false if transparent background is not needed.