This document is for a version of USD that is under development. See this page for the current release.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
UsdPhysicsObjectDesc Struct Reference

Base physics object descriptor. More...

#include <parseDesc.h>

+ Inheritance diagram for UsdPhysicsObjectDesc:

Public Member Functions

 UsdPhysicsObjectDesc (UsdPhysicsObjectType inType)
 

Public Attributes

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.
 

Detailed Description

Base physics object descriptor.

Definition at line 99 of file parseDesc.h.

Constructor & Destructor Documentation

◆ UsdPhysicsObjectDesc()

Definition at line 101 of file parseDesc.h.

Member Data Documentation

◆ isValid

bool isValid

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

Definition at line 114 of file parseDesc.h.

◆ primPath

SdfPath primPath

SdfPath for the prim from which the descriptor was parsed.

Definition at line 111 of file parseDesc.h.

◆ type

Descriptor type.

Definition at line 109 of file parseDesc.h.


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