Alexandria.Engines.DarkSouls.ModelProgram.Unlink C# (CSharp) Méthode

Unlink() private méthode

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