This repository was archived by the owner on Jul 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Source/InteractiveSDK/Assets/MixerInteractive/Source/Scripts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
namespace Microsoft . Mixer
28
28
{
29
29
/// <summary>
30
- /// Defines values used to indicate the interactive event types .
30
+ /// The known values for control properties .
31
31
/// </summary>
32
32
public enum InteractiveControlProperty
33
33
{
Original file line number Diff line number Diff line change 28
28
namespace Microsoft . Mixer
29
29
{
30
30
/// <summary>
31
- /// Represents an interactive button control. All controls are created and
31
+ /// Represents an interactive label control. All controls are created and
32
32
/// configured using Interactive Studio.
33
33
/// </summary>
34
34
#if ! WINDOWS_UWP
@@ -46,9 +46,9 @@ public string Text
46
46
}
47
47
48
48
/// <summary>
49
- /// Function to update the text for this button control.
49
+ /// Function to update the text for the label control.
50
50
/// </summary>
51
- /// <param name="text">String to display on the button .</param>
51
+ /// <param name="text">String to display on the label .</param>
52
52
public void SetText ( string text )
53
53
{
54
54
InteractivityManager interactivityManager = InteractivityManager . SingletonInstance ;
You can’t perform that action at this time.
0 commit comments