public int FindChild(ParticleEffect pEffect) { if (pEffect == null) { return(-1); } return(NativeHandle.FindChild(pEffect.NativeHandle)); }