MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class ConfigurableIceServerDrawer

    Property drawer for ConfigurableIceServer, to display servers on a single line with the kind first (fixed width) and the server address next (stretching).

    Inheritance
    Object
    ConfigurableIceServerDrawer
    Namespace: Microsoft.MixedReality.WebRTC.Unity.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class ConfigurableIceServerDrawer : PropertyDrawer

    Methods

    GetPropertyHeight(SerializedProperty, GUIContent)

    Declaration
    public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
    Parameters
    Type Name Description
    SerializedProperty property
    GUIContent label
    Returns
    Type Description
    Single

    OnGUI(Rect, SerializedProperty, GUIContent)

    Declaration
    public override void OnGUI(Rect rect, SerializedProperty property, GUIContent label)
    Parameters
    Type Name Description
    Rect rect
    SerializedProperty property
    GUIContent label
    In This Article
    Back to top Generated by DocFX