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
Fields
height: f32radius: f32adorn_culling_mode: AdornCullingModeInherited from HandleAdornment
always_on_top: boolInherited from HandleAdornment
c_frame: CFrameInherited from HandleAdornment
size_relative_offset: Vector3Inherited from HandleAdornment
z_index: i32Inherited from HandleAdornment
adornee: Option<InstanceRef>Inherited from PVAdornment
color3: Color3Inherited from GuiBase3d
transparency: f32Inherited from GuiBase3d
visible: boolInherited from GuiBase3d
archivable: boolInherited from Instance
class_name: &'a strInherited from Instance
name: &'a strInherited from Instance
parent: Option<InstanceRef>Inherited from Instance
roblox_locked: boolInherited from Instance
source_asset_id: i64Inherited from Instance
Inherited from HandleAdornment
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
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ConeHandleAdornment<'a>
impl<'a> Send for ConeHandleAdornment<'a>
impl<'a> Sync for ConeHandleAdornment<'a>
impl<'a> Unpin for ConeHandleAdornment<'a>
impl<'a> UnwindSafe for ConeHandleAdornment<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more