pax_engine::rendering

Type Alias InstanceNodePtr

source
pub type InstanceNodePtr = Rc<dyn InstanceNode>;
Expand description

Type aliases to make it easier to work with nested Rcs and RefCells for instance nodes.

Aliased Typeยง

struct InstanceNodePtr { /* private fields */ }