GuiBase3d
An abstract class for 3D GUI elements that are rendered in the world.
This class is not creatable. Instances of this class cannot be created with Instance.new.
| Memory category | Instances |
|---|
Member index 4
Description
An abstract class for 3D GUI elements that are rendered in the world.
History 20
- 553 Change Default of Visible from to
- 553 Change Default of Transparency from to
- 553 Change Default of Color3 from to
- 553 Change PreferredDescriptor of from to Color3
- 553 Change Default of from to
- 486 Change ThreadSafety of Visible from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Transparency from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Color3 from ReadOnly to ReadSafe
- 486 Change ThreadSafety of from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Visible from to ReadOnly
- 462 Change ThreadSafety of Transparency from to ReadOnly
- 462 Change ThreadSafety of Color3 from to ReadOnly
- 462 Change ThreadSafety of from to ReadOnly
- 198 Add Color3
- 198 Change Tags of from [NotReplicated] to [Hidden, NotReplicated, Deprecated]
- 85 Change Superclass of GuiBase3d from Instance to GuiBase
- 47 Add Visible
- 47 Add Transparency
- 47 Add
- 47 Add GuiBase3d
Members 4
Color3
| Type | Default | |
|---|---|---|
| Color3 | ||
Sets the color of a GUI object.
| Thread safety | ReadSafe |
|---|---|
| Category | Appearance |
| Loaded/Saved | true |
Transparency
| Type | Default | |
|---|---|---|
| float | ||
Sets the transparency of a GUI object, where 1 is invisible and 0 is completely visible.
| Thread safety | ReadSafe |
|---|---|
| Category | Appearance |
| Loaded/Saved | true |
History 4
- 553 Change Default of Transparency from to
- 486 Change ThreadSafety of Transparency from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Transparency from to ReadOnly
- 47 Add Transparency
Visible
| Type | Default | |
|---|---|---|
| bool | ||
Determines whether the object and its descendants will be displayed.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | true |