Method RequestStyleTrain
RequestStyleTrain(string, string, string[], Action<StyleTrainResponse, string>)
Train a style using a set of textures
Declaration
public static void RequestStyleTrain(string guid, string name, string[] texturesData, Action<StyleTrainResponse, string> onDone)
Parameters
Type | Name | Description |
---|---|---|
string | guid | |
string | name | |
string[] | texturesData | |
Action<StyleTrainResponse, string> | onDone |