NewTOAPIA.GL.TextureCoordinates.Set C# (CSharp) Method

Set() public method

public Set ( float s, float t ) : void
s float
t float
return void
        public void Set(float s, float t)
        {
            this.s = s;
            this.t = t;
        }
    }
TextureCoordinates