ProjectMercury.Proxies.ParticleEffectProxy.Trigger C# (CSharp) Метод

Trigger() публичный Метод

Trigger an effect on this proxy. All particles will be triggered at 0,0,0 and are positioned with the World matrix of the proxy The effect will be checked against the frustum and culled if not within the effect Bounding Radius
public Trigger ( BoundingFrustum &frustum ) : void
frustum BoundingFrustum
Результат void
        public void Trigger(ref BoundingFrustum frustum)
        {
            this.Trigger(ref frustum, false);
        }

Same methods

ParticleEffectProxy::Trigger ( ) : void
ParticleEffectProxy::Trigger ( BoundingFrustum &frustum, System.Boolean checkNearFar ) : void
ParticleEffectProxy::Trigger ( BoundingFrustum &frustum, Matrix world ) : void
ParticleEffectProxy::Trigger ( BoundingFrustum &frustum, Matrix world, System.Boolean checkNearFar ) : void