void | UpdateColor ( WitResponseNode commandResult ) Directly processes a command result getting the slots with WitResult utilities |
void | Updates the colors of a set of shape, or all colors split across the shapes |
void | UpdateColorAllShapes ( string [] colorNames ) Updates the colors of the shapes, with colours split across the shapes |
void Meta.Voice.Samples.Shapes.ColorChanger.UpdateColor ( WitResponseNode commandResult ) |
---|
Directly processes a command result getting the slots with WitResult utilities Parameters commandResult Result data from Wit.ai activation to be processed |
void Meta.Voice.Samples.Shapes.ColorChanger.UpdateColor ( string [] colorNames, string [] shapes ) |
---|
Updates the colors of a set of shape, or all colors split across the shapes Parameters colorNames The names of the colors to be processed shapesThe shape names or if empty all shapes |
void Meta.Voice.Samples.Shapes.ColorChanger.UpdateColorAllShapes ( string [] colorNames ) |
---|
Updates the colors of the shapes, with colours split across the shapes Parameters colorNames The names of the colors to be processed |