nw::gfx::ParticleCollection::Create Member Functionstatic ParticleCollection * Create( ParticleSet * parent, ResParticleCollection resource, os::IAllocator * mainAllocator, os::IAllocator * deviceAllocator, ParticleShape * shape );
| Name | Description | |
|---|---|---|
| in | parent | Parent node. |
| in | resource | Resource. |
| in | mainAllocator |
Main allocator. |
| in | deviceAllocator |
Device allocator. |
| in | shape | Shape. |
Creates ParticleCollection nodes from resources.
CONFIDENTIAL