gdapi.Resource.setType C# (CSharp) Méthode

setType() public méthode

Sets the type of the Resource
public setType ( string type ) : void
type string Resource type
Résultat void
        public void setType(string type)
        {
            this.type = type;
        }