Typedef Karana::Scene::VarStaticGeometry

Typedef Karana::Scene::VarStaticGeometry#

Typedef Documentation#

using Karana::Scene::VarStaticGeometry = std::variant<Karana::Core::ks_ptr<BoxGeometry>, Karana::Core::ks_ptr<CapsuleGeometry>, Karana::Core::ks_ptr<ConeGeometry>, Karana::Core::ks_ptr<CylinderGeometry>, Karana::Core::ks_ptr<RoundFrustumGeometry>, Karana::Core::ks_ptr<SphereGeometry>, Karana::Core::ks_ptr<StaticMeshGeometry>, Karana::Core::ks_ptr<AbstractStaticGeometry>>#

Variant type containing all known static geometries as well as AbstractStaticGeometry for any unknown derivations