![]() |
|
Collision group descriptor. More...
#include <parseDesc.h>
Inheritance diagram for UsdPhysicsCollisionGroupDesc:Public Member Functions | |
| bool | operator== (const UsdPhysicsCollisionGroupDesc &) const |
| const SdfPathVector & | GetFilteredGroups () const |
| const SdfPathVector & | GetMergedGroups () const |
Public Member Functions inherited from UsdPhysicsObjectDesc | |
| UsdPhysicsObjectDesc (UsdPhysicsObjectType inType) | |
Public Attributes | |
| bool | invertFilteredGroups |
| If filtering is inverted or not (default does not collide with) | |
| SdfPathVector | filteredGroups |
| Filtered groups SdfPath vector. | |
| std::string | mergeGroupName |
| Merge group name. | |
| SdfPathVector | mergedGroups |
| List of merged collision groups. | |
Public Attributes inherited from UsdPhysicsObjectDesc | |
| UsdPhysicsObjectType | type |
| Descriptor type. | |
| SdfPath | primPath |
| SdfPath for the prim from which the descriptor was parsed. | |
| bool | isValid |
| Validity of a descriptor, the parsing may succeed, but the descriptor might be not valid. | |
Collision group descriptor.
Definition at line 174 of file parseDesc.h.
|
inline |
Definition at line 176 of file parseDesc.h.
|
inline |
Definition at line 186 of file parseDesc.h.
|
inline |
Definition at line 191 of file parseDesc.h.
|
inline |
Definition at line 181 of file parseDesc.h.
| SdfPathVector filteredGroups |
Filtered groups SdfPath vector.
Definition at line 199 of file parseDesc.h.
| bool invertFilteredGroups |
If filtering is inverted or not (default does not collide with)
Definition at line 197 of file parseDesc.h.
| SdfPathVector mergedGroups |
List of merged collision groups.
Definition at line 203 of file parseDesc.h.
| std::string mergeGroupName |
Merge group name.
Definition at line 201 of file parseDesc.h.