Skip to main content

IAkDiffractionPathInfoMethods

Trait IAkDiffractionPathInfoMethods 

Source
pub trait IAkDiffractionPathInfoMethods: IAkDiffractionPathInfo {
Show 20 methods // Provided methods fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>) { ... } fn set_c_ptr(self, c_ptr: impl Into<IntPtr>) { ... } fn finalize(self) { ... } fn dispose(self) { ... } fn set_virtual_pos(self, value: impl Into<AkTransform>) { ... } fn get_virtual_pos(self) -> AkTransform { ... } fn set_node_count(self, value: impl Into<u32>) { ... } fn get_node_count(self) -> u32 { ... } fn set_diffraction(self, value: impl Into<f32>) { ... } fn get_diffraction(self) -> f32 { ... } fn set_tot_length(self, value: impl Into<f32>) { ... } fn get_tot_length(self) -> f32 { ... } fn set_obstruction_value(self, value: impl Into<f32>) { ... } fn get_obstruction_value(self) -> f32 { ... } fn get_nodes(self, idx: impl Into<u32>) -> Vector3 { ... } fn get_angles(self, idx: impl Into<u32>) -> f32 { ... } fn get_portals(self, idx: impl Into<u32>) -> u64 { ... } fn get_rooms(self, idx: impl Into<u32>) -> u64 { ... } fn clone(self, other: impl Into<AkDiffractionPathInfo>) { ... } fn ctor_2(self) { ... }
}

Provided Methods§

Source

fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>)

.ctor(::unity::IntPtr, bool) overload

Source

fn set_c_ptr(self, c_ptr: impl Into<IntPtr>)

setCPtr(::unity::IntPtr) overload

Source

fn finalize(self)

Finalize() overload

Source

fn dispose(self)

Dispose() overload

Source

fn set_virtual_pos(self, value: impl Into<AkTransform>)

set_virtualPos(crate::root::aktransform::AkTransform) overload

Source

fn get_virtual_pos(self) -> AkTransform

get_virtualPos() overload

Source

fn set_node_count(self, value: impl Into<u32>)

set_nodeCount(u32) overload

Source

fn get_node_count(self) -> u32

get_nodeCount() overload

Source

fn set_diffraction(self, value: impl Into<f32>)

set_diffraction(f32) overload

Source

fn get_diffraction(self) -> f32

get_diffraction() overload

Source

fn set_tot_length(self, value: impl Into<f32>)

set_totLength(f32) overload

Source

fn get_tot_length(self) -> f32

get_totLength() overload

Source

fn set_obstruction_value(self, value: impl Into<f32>)

set_obstructionValue(f32) overload

Source

fn get_obstruction_value(self) -> f32

get_obstructionValue() overload

Source

fn get_nodes(self, idx: impl Into<u32>) -> Vector3

GetNodes(u32) overload

Source

fn get_angles(self, idx: impl Into<u32>) -> f32

GetAngles(u32) overload

Source

fn get_portals(self, idx: impl Into<u32>) -> u64

GetPortals(u32) overload

Source

fn get_rooms(self, idx: impl Into<u32>) -> u64

GetRooms(u32) overload

Source

fn clone(self, other: impl Into<AkDiffractionPathInfo>)

Clone(crate::root::akdiffractionpathinfo::AkDiffractionPathInfo) overload

Source

fn ctor_2(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IAkDiffractionPathInfo> IAkDiffractionPathInfoMethods for __T

Available on crate feature root-akdiffractionpathinfo only.