Struct roblox::instance::ConeHandleAdornment[][src]

pub struct ConeHandleAdornment<'a> {
Show 28 fields pub height: f32, pub radius: f32, pub adorn_culling_mode: AdornCullingMode, pub always_on_top: bool, pub c_frame: CFrame, pub size_relative_offset: Vector3, pub z_index: i32, pub adornee: Option<InstanceRef>, pub color3: Color3, pub transparency: f32, pub visible: bool, pub archivable: bool, pub class_name: &'a str, pub name: &'a str, pub parent: Option<InstanceRef>, pub roblox_locked: bool, pub source_asset_id: i64, pub mouse_button1_down: RBXScriptSignal<()>, pub mouse_button1_up: RBXScriptSignal<()>, pub mouse_enter: RBXScriptSignal<()>, pub mouse_leave: RBXScriptSignal<()>, pub ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>, pub attribute_changed: RBXScriptSignal<&'a str>, pub changed: RBXScriptSignal<&'a str>, pub child_added: RBXScriptSignal<Option<InstanceRef>>, pub child_removed: RBXScriptSignal<Option<InstanceRef>>, pub descendant_added: RBXScriptSignal<Option<InstanceRef>>, pub descendant_removing: RBXScriptSignal<Option<InstanceRef>>,
}
Expand description

The ConeHandleAdornment Instance Class

View Roblox documentation

Fields

height: f32radius: f32adorn_culling_mode: AdornCullingMode

Inherited from HandleAdornment

always_on_top: bool

Inherited from HandleAdornment

c_frame: CFrame

Inherited from HandleAdornment

size_relative_offset: Vector3

Inherited from HandleAdornment

z_index: i32

Inherited from HandleAdornment

adornee: Option<InstanceRef>

Inherited from PVAdornment

color3: Color3

Inherited from GuiBase3d

transparency: f32

Inherited from GuiBase3d

visible: bool

Inherited from GuiBase3d

archivable: bool

Inherited from Instance

class_name: &'a str

Inherited from Instance

name: &'a str

Inherited from Instance

parent: Option<InstanceRef>

Inherited from Instance

roblox_locked: bool

Inherited from Instance

source_asset_id: i64

Inherited from Instance

mouse_button1_down: RBXScriptSignal<()>

Inherited from HandleAdornment

mouse_button1_up: RBXScriptSignal<()>

Inherited from HandleAdornment

mouse_enter: RBXScriptSignal<()>

Inherited from HandleAdornment

mouse_leave: RBXScriptSignal<()>

Inherited from HandleAdornment

ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>

Inherited from Instance

attribute_changed: RBXScriptSignal<&'a str>

Inherited from Instance

changed: RBXScriptSignal<&'a str>

Inherited from Instance

child_added: RBXScriptSignal<Option<InstanceRef>>

Inherited from Instance

child_removed: RBXScriptSignal<Option<InstanceRef>>

Inherited from Instance

descendant_added: RBXScriptSignal<Option<InstanceRef>>

Inherited from Instance

descendant_removing: RBXScriptSignal<Option<InstanceRef>>

Inherited from Instance

Implementations

Creates a new ConeHandleAdornment object.

Equivalent to Instance.new(“ConeHandleAdornment”) in Luau.

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Inherited from Instance

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.