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