| 54 | } |
| 55 | |
| 56 | Guid ParticleEffectParameter::GetParamIdentifier() const |
| 57 | { |
| 58 | CHECK_RETURN(IsValid(), Guid::Empty); |
| 59 | return _effect->ParticleSystem->Emitters[_emitterIndex]->Graph.Parameters[_paramIndex].Identifier; |
| 60 | } |
| 61 | |
| 62 | const String& ParticleEffectParameter::GetTrackName() const |
| 63 | { |
no test coverage detected