Roblox Wiki
Advertisement
Roblox Wiki

The GuiBase2d class, added on January 10, 2013, inherits from GuiBase.

Properties

AbsolutePosition: Vector2

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This API member has existing documentation in this page's Member list template.
This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/AbsolutePosition.
  • Category: Data.
  • Serialization: cannot load or save.
  • Thread safety: unsafe

AbsoluteRotation: float

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/AbsoluteRotation.
  • Category: Data.
  • Serialization: cannot load or save.
  • Thread safety: unsafe

AbsoluteSize: Vector2

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This API member has existing documentation in this page's Member list template.
This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/AbsoluteSize.
  • Category: Data.
  • Serialization: cannot load or save.
  • Thread safety: unsafe

AutoLocalize: bool

This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/AutoLocalize.
  • Category: Localization.
  • Serialization: can save and load.
  • Thread safety: read safe

ClippedRect: Rect

  • HiddenThis property is not shown in the object browser and properties window.
  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/ClippedRect.
  • Category: Debugging.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: cannot load or save.
  • Thread safety: read safe

IsNotOccluded: bool

  • HiddenThis property is not shown in the object browser and properties window.
  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/IsNotOccluded.
  • Category: Debugging.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: cannot load or save.
  • Thread safety: read safe

Localize: bool

  • HiddenThis property is not shown in the object browser and properties window.
  • Not replicatedThis member is not replicated across the network boundary.
  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/Localize.
  • Category: Localization.
  • Serialization: can load only.
  • Thread safety: read safe

RawRect2D: Rect

  • HiddenThis property is not shown in the object browser and properties window.
  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/RawRect2D.
  • Category: Debugging.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: cannot load or save.
  • Thread safety: read safe

RootLocalizationTable: LocalizationTable

This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/RootLocalizationTable.
  • Category: Localization.
  • Serialization: can save and load.
  • Thread safety: read safe

SelectionBehaviorDown: SelectionBehavior

This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/SelectionBehaviorDown.
  • Category: Selection.
  • Serialization: can save and load.
  • Thread safety: read safe

SelectionBehaviorLeft: SelectionBehavior

This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/SelectionBehaviorLeft.
  • Category: Selection.
  • Serialization: can save and load.
  • Thread safety: read safe

SelectionBehaviorRight: SelectionBehavior

This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/SelectionBehaviorRight.
  • Category: Selection.
  • Serialization: can save and load.
  • Thread safety: read safe

SelectionBehaviorUp: SelectionBehavior

This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/SelectionBehaviorUp.
  • Category: Selection.
  • Serialization: can save and load.
  • Thread safety: read safe

SelectionGroup: bool

This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/SelectionGroup.
  • Category: Selection.
  • Serialization: can save and load.
  • Thread safety: read safe

TotalGroupScale: float

  • HiddenThis property is not shown in the object browser and properties window.
  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:GuiBase2d/TotalGroupScale.
  • Category: Debugging.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: cannot load or save.
  • Thread safety: read safe

Events

SelectionChanged(amISelected: bool, previousSelection: GuiObject, newSelection: GuiObject)

Parameters
NameType
amISelectedbool
previousSelectionGuiObject
newSelectionGuiObject
  • Thread safety: unsafe

External links[]

Advertisement