StopEffect() private method

private StopEffect ( ) : void
return void
コード例 #1
0
 internal void Stop()
 {
     ParticleSystemEditorUtils.editorIsScrubbing  = false;
     ParticleSystemEditorUtils.editorPlaybackTime = 0f;
     ParticleSystemEditorUtils.StopEffect();
     this.m_Owner.Repaint();
 }
コード例 #2
0
        internal static void StopEffect()
        {
            bool clear = true;
            bool stop  = true;

            ParticleSystemEditorUtils.StopEffect(stop, clear);
        }
コード例 #3
0
 internal static void StopEffect()
 {
     ParticleSystemEditorUtils.StopEffect(true, true);
 }