Exemplo n.º 1
0
 public ParticleEffectUI(ParticleEffectUIOwner owner)
 {
     this.m_Owner = owner;
 }
Exemplo n.º 2
0
		public ParticleEffectUI(ParticleEffectUIOwner owner)
		{
			this.m_Owner = owner;
		}
Exemplo n.º 3
0
 public ParticleEffectUI(ParticleEffectUIOwner owner)
 {
     m_Owner = owner;
     System.Diagnostics.Debug.Assert(m_Owner is ParticleSystemInspector || m_Owner is ParticleSystemWindow);
 }