Public Member Functions
physx::apex::NxApexAssetAuthoring Class Reference

base class of all APEX asset authoring classes More...

#include <NxApexAsset.h>

Inheritance diagram for physx::apex::NxApexAssetAuthoring:

List of all members.

Public Member Functions

virtual const char * getName () const =0
 Returns the name of asset author.
virtual const char * getObjTypeName () const =0
 Returns the name of this APEX authorable object type.
virtual bool prepareForPlatform (physx::apex::NxPlatformTag)=0
 Prepares a fully authored Asset Authoring object for a specified platform.
virtual
::NxParameterized::Interface
getNxParameterized () const =0
 Returns the asset's NxParameterized interface, may return NULL.
virtual
NxParameterized::Interface
releaseAndReturnNxParameterizedInterface (void)=0
 Releases the ApexAsset but returns the NxParameterized::Interface and *ownership* to the caller.
virtual void setToolString (const char *toolName, const char *toolVersion, PxU32 toolChangelist)=0
 Generates a string that is stored in the asset with all the relevant information about the build.

Detailed Description

base class of all APEX asset authoring classes


Member Function Documentation

virtual void physx::apex::NxApexAssetAuthoring::setToolString ( const char *  toolName,
const char *  toolVersion,
PxU32  toolChangelist 
) [pure virtual]

Generates a string that is stored in the asset with all the relevant information about the build.

Parameters:
toolNameThe name of the tool with proper casing, i.e. "Clothing Tool".
toolVersionThe version of the tool as a string, can be NULL.
toolChangelistThe CL# of the tool, will use internal tools directory CL if 0

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

Generated on Mon Apr 28 2014 08:01:36

Copyright © 2012-2014 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.