gdapi.Resource.setType C# (CSharp) 메소드

setType() 공개 메소드

Sets the type of the Resource
public setType ( string type ) : void
type string Resource type
리턴 void
        public void setType(string type)
        {
            this.type = type;
        }