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;
        }