LineHandleAdornment
*Pronto este contenido estará disponible en tu idioma seleccionado.
For handles to be interactive, they must be parented to a player's PlayerGui or the CoreGui. The LineHandleAdornment is a line that can be adorned to a BasePart. This line starts at the center of the adornment's HandleAdornment.CFrame (offset by the adornment's HandleAdornment.SizeRelativeOffset) and will be oriented along its CFrame. This adornment can listen to input events and is commonly used to make dragger tools.
Resumen
Propiedades
The length of the line.
The thickness of the line in pixels.
Determines whether to automatically cull the adornment.
Forces this object to render on top of all 3d objects in the Workspace.
The position and rotation of the object relative to its PVAdornment.Adornee.
The positional offset of the adornment based on the adornee's BasePart.Size.
The ZIndex property determines the draw order of the HandleAdornment.
El PVInstance el adorno de PV se une.
Establece el color de un objeto GUI.
Establece la transparencia de un objeto GUI, donde 1 es invisible y 0 es completamente visible.
Determina si el objeto y sus descendientes serán mostrados.
Eventos
Eventos heredados de HandleAdornmentFires when a user presses down on their left mouse button while hovering over the adornment.
Fires when a user releases their left mouse button while hovering over the adornment.
Fires when a user moves their mouse over the adornment.
Fires when a user moves their mouse out of the adornment.