#[repr(C)]pub struct ShadowUtility_Edge {
pub vertex_index0: i32,
pub vertex_index1: i32,
pub tangent: Vector4,
pub compare_reversed: bool,
}Expand description
Fields§
§vertex_index0: i32§vertex_index1: i32§tangent: Vector4§compare_reversed: boolImplementations§
Source§impl ShadowUtility_Edge
impl ShadowUtility_Edge
Sourcepub fn assign_vertex_indices(
&mut self,
vi0: impl Into<i32>,
vi1: impl Into<i32>,
)
pub fn assign_vertex_indices( &mut self, vi0: impl Into<i32>, vi1: impl Into<i32>, )
AssignVertexIndices(i32, i32) overload
Sourcepub fn compare(
&mut self,
a: impl Into<ShadowUtility_Edge>,
b: impl Into<ShadowUtility_Edge>,
) -> i32
pub fn compare( &mut self, a: impl Into<ShadowUtility_Edge>, b: impl Into<ShadowUtility_Edge>, ) -> i32
Compare(crate::unity_engine::experimental::rendering::universal::shadowutility::ShadowUtility_Edge, crate::unity_engine::experimental::rendering::universal::shadowutility::ShadowUtility_Edge) overload
Sourcepub fn compare_to(
&mut self,
edge_to_compare: impl Into<ShadowUtility_Edge>,
) -> i32
pub fn compare_to( &mut self, edge_to_compare: impl Into<ShadowUtility_Edge>, ) -> i32
CompareTo(crate::unity_engine::experimental::rendering::universal::shadowutility::ShadowUtility_Edge) overload
Source§impl ShadowUtility_Edge
impl ShadowUtility_Edge
pub fn assign_vertex_indices_method_info() -> &'static MethodInfo
pub fn compare_method_info() -> &'static MethodInfo
pub fn compare_to_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for ShadowUtility_Edge
impl ClassIdentity for ShadowUtility_Edge
Source§impl Clone for ShadowUtility_Edge
impl Clone for ShadowUtility_Edge
Source§fn clone(&self) -> ShadowUtility_Edge
fn clone(&self) -> ShadowUtility_Edge
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShadowUtility_Edge
Auto Trait Implementations§
impl Freeze for ShadowUtility_Edge
impl RefUnwindSafe for ShadowUtility_Edge
impl Send for ShadowUtility_Edge
impl Sync for ShadowUtility_Edge
impl Unpin for ShadowUtility_Edge
impl UnwindSafe for ShadowUtility_Edge
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)