CylinderHandleAdornment

Afficher les obsolètes

For handles to be interactive, they must be parented to a player's PlayerGui or the CoreGui.

The CylinderHandleAdornment is a cylinder that can be adorned to a BasePart. This adornment can listen to input events and is commonly used to make dragger tools.

Résumé

Propriétés

  • lecture parallèle

    Angle of cylindrical sector (pie-slice).

  • lecture parallèle

    The height of the cylinder adornment.

  • lecture parallèle

    Inner radius of a hollow cylinder.

  • lecture parallèle

    The radius of the cylinder adornment.

Propriétés hérités de HandleAdornmentPropriétés hérités de PVAdornmentPropriétés hérités de GuiBase3d
  • lecture parallèle

    Sets the color of a GUI object.

  • lecture parallèle

    Sets the transparency of a GUI object, where 1 is invisible and 0 is completely visible.

  • lecture parallèle

    Determines whether the object and its descendants will be displayed.

Évènements

Évènements hérités de HandleAdornment

Propriétés

Angle

lecture parallèle

If Angle is <360, a cylindrical sector (aka a pie-slice) of that angle is rendered instead of a full cylinder. The Angle property can be combined with InnerRadius to render a sector of a hollow cylinder.

Height

lecture parallèle

The height of the cylinder adornment.

InnerRadius

lecture parallèle

If InnerRadius is >0, a hollow cylinder with that inner radius is rendered instead of a full cylinder. The InnerRadius property can be combined with Angle to render a sector of a hollow cylinder.

Radius

lecture parallèle

The radius of the cylinder adornment.

Méthodes

Évènements