|
SuperDex Physics C++ API
|
Lists of actors grouped by type. More...
#include <mochi_prefab.h>
Public Member Functions | |
| bool | operator== (ActorLists const &) const =default |
Public Attributes | |
| DynamicArray< ArticulatedActorPrefab > | articulated {} |
| Articulated actors. | |
| std::optional< DynamicString > | comment = std::nullopt |
| Optional serialized comment. | |
| DynamicArray< RigidActorPrefab > | rigid {} |
| Rigid actors. | |
| DynamicArray< SoftActorPrefab > | soft {} |
| Soft actors. | |
| DynamicArray< SoftSkinnedActorPrefab > | softSkinned {} |
| Soft skinned actors. | |
Lists of actors grouped by type.
Definition at line 166 of file mochi_prefab.h.
|
default |
| DynamicArray<ArticulatedActorPrefab> superdex::prefab::ActorLists::articulated {} |
Articulated actors.
Definition at line 168 of file mochi_prefab.h.
| std::optional<DynamicString> superdex::prefab::ActorLists::comment = std::nullopt |
Optional serialized comment.
Definition at line 167 of file mochi_prefab.h.
| DynamicArray<RigidActorPrefab> superdex::prefab::ActorLists::rigid {} |
Rigid actors.
Definition at line 169 of file mochi_prefab.h.
| DynamicArray<SoftActorPrefab> superdex::prefab::ActorLists::soft {} |
Soft actors.
Definition at line 170 of file mochi_prefab.h.
| DynamicArray<SoftSkinnedActorPrefab> superdex::prefab::ActorLists::softSkinned {} |
Soft skinned actors.
Definition at line 171 of file mochi_prefab.h.