create new constructors for VmcExtVrm
This commit is contained in:
parent
06a269f277
commit
b236dd964f
|
@ -68,5 +68,18 @@ namespace godotVmcSharp
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public VmcExtVrm(string _path, string _title) : base(new godotOscSharp.Address("/VMC/Ext/VRM"))
|
||||||
|
{
|
||||||
|
path = _path;
|
||||||
|
title = _title;
|
||||||
|
}
|
||||||
|
|
||||||
|
public VmcExtVrm(string _path, string _title, string _hash) : base(new godotOscSharp.Address("/VMC/Ext/VRM"))
|
||||||
|
{
|
||||||
|
path = _path;
|
||||||
|
title = _title;
|
||||||
|
hash = _hash;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user