Alexandria.Engines.DarkSouls.ModelProgram.Unlink C# (CSharp) Method

Unlink() private method

private Unlink ( ) : void
return void
        void Unlink()
        {
            ambientLight = diffuseColor = diffuseMap = projection = view = world = null;
            boneIndices = boneWeights = normal = position = texel = null;
        }