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

Function GetDuration

Source/Engine/Particles/ParticleSystem.h:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 /// The animation duration (in seconds).
125 /// </summary>
126 API_PROPERTY() float GetDuration() const
127 {
128 return static_cast<float>(DurationFrames) / FramesPerSecond;
129 }
130
131 /// <summary>
132 /// The emitters used by this system.

Callers 1

SpawnMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected