NewTOAPIA.GL.TextureCoordinates.Set C# (CSharp) Метод

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

public Set ( float s, float t ) : void
s float
t float
Результат void
        public void Set(float s, float t)
        {
            this.s = s;
            this.t = t;
        }
    }
TextureCoordinates