ProjectMercury.Proxies.ParticleEffectProxy.SetWorldWorld C# (CSharp) Method

SetWorldWorld() static private method

Premultiply worldMatrix into the proxies world matrix before rendering to save repeated multiplications per particle
static private SetWorldWorld ( Matrix &worldMatrix ) : void
worldMatrix Matrix the global world matrix to transform by
return void
        internal static void SetWorldWorld(ref Matrix worldMatrix)
        {

        }
    }