Class StringValueAttribute
Associates a string value with an enum field for RTCStatsType.
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class StringValueAttribute : Attribute
Constructors
StringValueAttribute(string)
Constructor for StringValueAttribute.
Declaration
public StringValueAttribute(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | String value to associate with the enum field. |
Properties
StringValue
String value associated with the enum field.
Declaration
public string StringValue { get; protected set; }
Property Value
Type | Description |
---|---|
string |