24 #ifndef PHYSXSCHEMA_GENERATED_PHYSXCAMERAFOLLOWVELOCITYAPI_H
25 #define PHYSXSCHEMA_GENERATED_PHYSXCAMERAFOLLOWVELOCITYAPI_H
31 #include "pxr/usd/usd/apiSchemaBase.h"
32 #include "pxr/usd/usd/prim.h"
33 #include "pxr/usd/usd/stage.h"
35 #include "pxr/base/vt/value.h"
37 #include "pxr/base/gf/vec3d.h"
38 #include "pxr/base/gf/vec3f.h"
39 #include "pxr/base/gf/matrix4d.h"
41 #include "pxr/base/tf/token.h"
42 #include "pxr/base/tf/type.h"
44 PXR_NAMESPACE_OPEN_SCOPE
62 static const UsdSchemaKind
schemaKind = UsdSchemaKind::SingleApplyAPI;
69 : UsdAPISchemaBase(prim)
77 : UsdAPISchemaBase(schemaObj)
89 static const TfTokenVector &
103 Get(
const UsdStagePtr &stage,
const SdfPath &path);
124 CanApply(
const UsdPrim &prim, std::string *whyNot=
nullptr);
143 Apply(
const UsdPrim &prim);
154 friend class UsdSchemaRegistry;
156 static const TfType &_GetStaticTfType();
158 static bool _IsTypedSchema();
162 const TfType &_GetTfType()
const override;
177 PXR_NAMESPACE_CLOSE_SCOPE
virtual PHYSXSCHEMA_API ~PhysxSchemaPhysxCameraFollowVelocityAPI()
Destructor.
static PHYSXSCHEMA_API PhysxSchemaPhysxCameraFollowVelocityAPI Get(const UsdStagePtr &stage, const SdfPath &path)
Return a PhysxSchemaPhysxCameraFollowVelocityAPI holding the prim adhering to this schema at path on ...
PHYSXSCHEMA_API UsdSchemaKind _GetSchemaKind() const override
Returns the kind of schema this class belongs to.
static PHYSXSCHEMA_API const TfTokenVector & GetSchemaAttributeNames(bool includeInherited=true)
Return a vector of names of all pre-declared attributes for this schema class and all its ancestor cl...
PhysX camera that follows behind the subject's velocity vector as it moves, which allows the subject ...
PhysxSchemaPhysxCameraFollowVelocityAPI(const UsdSchemaBase &schemaObj)
Construct a PhysxSchemaPhysxCameraFollowVelocityAPI on the prim held by schemaObj ...
static PHYSXSCHEMA_API PhysxSchemaPhysxCameraFollowVelocityAPI Apply(const UsdPrim &prim)
Applies this single-apply API schema to the given prim.
static PHYSXSCHEMA_API bool CanApply(const UsdPrim &prim, std::string *whyNot=nullptr)
Returns true if this single-apply API schema can be applied to the given prim.
PhysxSchemaPhysxCameraFollowVelocityAPI(const UsdPrim &prim=UsdPrim())
Construct a PhysxSchemaPhysxCameraFollowVelocityAPI on UsdPrim prim .
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.