AoMEngineLibrary.Graphics.Model.Texture.Texture C# (CSharp) 메소드

Texture() 공개 메소드

public Texture ( ) : System
리턴 System
        public Texture()
        {
            this.Name = "Texture";
            this.Width = 0;
            this.Height = 0;
        }
Texture