Alexandria.Engines.DarkSouls.ModelProgram.Unlink C# (CSharp) 메소드

Unlink() 개인적인 메소드

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