SuperDex Physics C++ API
Loading...
Searching...
No Matches
superdex::prefab::ActorLists Struct Reference

Lists of actors grouped by type. More...

#include <mochi_prefab.h>

Public Member Functions

bool operator== (ActorLists const &) const =default

Public Attributes

DynamicArray< ArticulatedActorPrefabarticulated {}
 Articulated actors.
std::optional< DynamicStringcomment = std::nullopt
 Optional serialized comment.
DynamicArray< RigidActorPrefabrigid {}
 Rigid actors.
DynamicArray< SoftActorPrefabsoft {}
 Soft actors.
DynamicArray< SoftSkinnedActorPrefabsoftSkinned {}
 Soft skinned actors.

Detailed Description

Lists of actors grouped by type.

Definition at line 166 of file mochi_prefab.h.

Member Function Documentation

◆ operator==()

bool superdex::prefab::ActorLists::operator== ( ActorLists const & ) const
default

Member Data Documentation

◆ articulated

DynamicArray<ArticulatedActorPrefab> superdex::prefab::ActorLists::articulated {}

Articulated actors.

Definition at line 168 of file mochi_prefab.h.

◆ comment

std::optional<DynamicString> superdex::prefab::ActorLists::comment = std::nullopt

Optional serialized comment.

Definition at line 167 of file mochi_prefab.h.

◆ rigid

DynamicArray<RigidActorPrefab> superdex::prefab::ActorLists::rigid {}

Rigid actors.

Definition at line 169 of file mochi_prefab.h.

◆ soft

DynamicArray<SoftActorPrefab> superdex::prefab::ActorLists::soft {}

Soft actors.

Definition at line 170 of file mochi_prefab.h.

◆ softSkinned

DynamicArray<SoftSkinnedActorPrefab> superdex::prefab::ActorLists::softSkinned {}

Soft skinned actors.

Definition at line 171 of file mochi_prefab.h.


The documentation for this struct was generated from the following files: