Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 23c4595

Browse files
committed
Minor updates
1 parent 19a6c64 commit 23c4595

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Source/InteractiveSDK/Assets/MixerInteractive/Source/Scripts/InteractiveControlProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
namespace Microsoft.Mixer
2828
{
2929
/// <summary>
30-
/// Defines values used to indicate the interactive event types.
30+
/// The known values for control properties.
3131
/// </summary>
3232
public enum InteractiveControlProperty
3333
{

Source/InteractiveSDK/Assets/MixerInteractive/Source/Scripts/InteractiveLabelControl.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace Microsoft.Mixer
2929
{
3030
/// <summary>
31-
/// Represents an interactive button control. All controls are created and
31+
/// Represents an interactive label control. All controls are created and
3232
/// configured using Interactive Studio.
3333
/// </summary>
3434
#if !WINDOWS_UWP
@@ -46,9 +46,9 @@ public string Text
4646
}
4747

4848
/// <summary>
49-
/// Function to update the text for this button control.
49+
/// Function to update the text for the label control.
5050
/// </summary>
51-
/// <param name="text">String to display on the button.</param>
51+
/// <param name="text">String to display on the label.</param>
5252
public void SetText(string text)
5353
{
5454
InteractivityManager interactivityManager = InteractivityManager.SingletonInstance;

0 commit comments

Comments
 (0)