Enum steam_audio::ffi::IPLProbePlacement [] [src]

#[repr(u32)]
pub enum IPLProbePlacement { IPL_PLACEMENT_CENTROID, IPL_PLACEMENT_OCTREE, IPL_PLACEMENT_UNIFORMFLOOR, }

The algorithm to use when generating a set of probes. Probes are generated by specifying a bounding box for a portion of the scene, and an algorithm for filling the volume of the box with probes. You can generate probes using different algorithms in different portions of a scene. The bounding boxes used for probe generation in different regions may overlap, although this is not typical.

Variants

Trait Implementations

impl Debug for IPLProbePlacement
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLProbePlacement
[src]

impl Clone for IPLProbePlacement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IPLProbePlacement
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for IPLProbePlacement
[src]

impl Hash for IPLProbePlacement
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more