MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Spawn

Function Spawn

Source/Engine/Particles/ParticleSystem.h:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 /// <param name="autoDestroy">If set to <c>true</c> effect be auto-destroyed after duration.</param>
176 /// <returns>The spawned effect.</returns>
177 API_FUNCTION() ParticleEffect* Spawn(const Vector3& position, bool autoDestroy = false)
178 {
179 return Spawn(nullptr, Transform(position), autoDestroy);
180 }
181
182 /// <summary>
183 /// Spawns the particles at the given location.

Callers 14

TestPrefabs.cppFile · 0.50
FromBytesMethod · 0.50
OnSpawnMethod · 0.50
SpawnMethod · 0.50
ApplyAllInternalMethod · 0.50
SpawnPrefabMethod · 0.50
CreateContextMenuMethod · 0.50
CreateContextMenuMethod · 0.50
SpawnMethod · 0.50

Calls 1

TransformClass · 0.50

Tested by

no test coverage detected