Public Member Functions
nvidia::apex::ImpactEmitterAsset Class Reference

Impact emitter asset class. More...

#include <ImpactEmitterAsset.h>

Inheritance diagram for nvidia::apex::ImpactEmitterAsset:

List of all members.

Public Member Functions

virtual uint32_t querySetID (const char *setName)=0
 Get the setID that corresponds to the set name.
virtual void getSetNames (const char **inOutSetNames, uint32_t &nameCount) const =0
 Get a list of the event set names. The name index in the outSetNames list is the setID.

Detailed Description

Impact emitter asset class.


Member Function Documentation

virtual void nvidia::apex::ImpactEmitterAsset::getSetNames ( const char **  inOutSetNames,
uint32_t &  nameCount 
) const [pure virtual]

Get a list of the event set names. The name index in the outSetNames list is the setID.

Parameters:
[in,out]inOutSetNamesAn array of const char * with at least nameCount
[in,out]nameCountThe size of setNames as input and output, set to -1 if setIDs > nameCount
virtual uint32_t nvidia::apex::ImpactEmitterAsset::querySetID ( const char *  setName) [pure virtual]

Get the setID that corresponds to the set name.

See also:
ImpactEmitterActor::registerImpact()

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

Generated on Sat Dec 1 2018 15:52:08

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