Type Alias pax_runtime::rendering::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 */ }