HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdPhysicsObjectDesc Struct Reference

#include <parseDesc.h>

+ Inheritance diagram for UsdPhysicsObjectDesc:

Public Member Functions

 UsdPhysicsObjectDesc (UsdPhysicsObjectType inType)
 
virtual ~UsdPhysicsObjectDesc ()=default
 

Public Attributes

UsdPhysicsObjectType type
 Descriptor type. More...
 
SdfPath primPath
 SdfPath for the prim from which the descriptor was parsed. More...
 
bool isValid
 

Detailed Description

Base physics object descriptor

Definition at line 99 of file parseDesc.h.

Constructor & Destructor Documentation

UsdPhysicsObjectDesc::UsdPhysicsObjectDesc ( UsdPhysicsObjectType  inType)
inline

Definition at line 101 of file parseDesc.h.

virtual UsdPhysicsObjectDesc::~UsdPhysicsObjectDesc ( )
virtualdefault

Member Data Documentation

bool UsdPhysicsObjectDesc::isValid

Validity of a descriptor, the parsing may succeed, but the descriptor might be not valid

Definition at line 114 of file parseDesc.h.

SdfPath UsdPhysicsObjectDesc::primPath

SdfPath for the prim from which the descriptor was parsed.

Definition at line 111 of file parseDesc.h.

UsdPhysicsObjectType UsdPhysicsObjectDesc::type

Descriptor type.

Definition at line 109 of file parseDesc.h.


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