Struct roblox::instance::RenderingTest [−][src]
pub struct RenderingTest<'a> {Show 24 fields
pub c_frame: CFrame,
pub comparison_diff_threshold: i32,
pub comparison_method: RenderingTestComparisonMethod,
pub comparison_psnr_threshold: f32,
pub description: &'a str,
pub field_of_view: f32,
pub orientation: Vector3,
pub position: Vector3,
pub quality_level: i32,
pub should_skip: bool,
pub ticket: &'a str,
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 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 RenderingTest Instance Class
Fields
c_frame: CFramecomparison_diff_threshold: i32comparison_method: RenderingTestComparisonMethodcomparison_psnr_threshold: f32description: &'a strfield_of_view: f32orientation: Vector3position: Vector3quality_level: i32should_skip: boolticket: &'a strarchivable: 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
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 RenderingTest object.
Equivalent to Instance.new(“RenderingTest”) 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 RenderingTest<'a>
impl<'a> Send for RenderingTest<'a>
impl<'a> Sync for RenderingTest<'a>
impl<'a> Unpin for RenderingTest<'a>
impl<'a> UnwindSafe for RenderingTest<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more