mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0releases/2.3.0releases/2.4.0releases/2.5.0releases/2.5.1releases/2.5.2releases/2.5.3

We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Struct InspectorPropertySetting

    A InspectorField property definition and value.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct InspectorPropertySetting

    Fields

    AudioClipValue

    Declaration
    public AudioClip AudioClipValue
    Field Value
    Type Description
    AudioClip

    BoolValue

    Declaration
    public bool BoolValue
    Field Value
    Type Description
    Boolean

    ColorValue

    Declaration
    public Color ColorValue
    Field Value
    Type Description
    Color

    CurveValue

    Declaration
    public AnimationCurve CurveValue
    Field Value
    Type Description
    AnimationCurve

    EventValue

    Declaration
    public UnityEvent EventValue
    Field Value
    Type Description
    UnityEvent

    FloatValue

    Declaration
    public float FloatValue
    Field Value
    Type Description
    Single

    GameObjectValue

    Declaration
    public GameObject GameObjectValue
    Field Value
    Type Description
    GameObject

    IntValue

    Declaration
    public int IntValue
    Field Value
    Type Description
    Int32

    Label

    Declaration
    public string Label
    Field Value
    Type Description
    String

    MaterialValue

    Declaration
    public Material MaterialValue
    Field Value
    Type Description
    Material

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    String

    ObjectValue

    Declaration
    public UnityEngine.Object ObjectValue
    Field Value
    Type Description
    UnityEngine.Object

    Options

    Declaration
    public string[] Options
    Field Value
    Type Description
    String[]

    QuaternionValue

    Declaration
    public Quaternion QuaternionValue
    Field Value
    Type Description
    Quaternion

    ScriptableObjectValue

    Declaration
    public ScriptableObject ScriptableObjectValue
    Field Value
    Type Description
    ScriptableObject

    StringValue

    Declaration
    public string StringValue
    Field Value
    Type Description
    String

    TextureValue

    Declaration
    public Texture TextureValue
    Field Value
    Type Description
    Texture

    Tooltip

    Declaration
    public string Tooltip
    Field Value
    Type Description
    String

    Type

    Declaration
    public InspectorField.FieldTypes Type
    Field Value
    Type Description
    InspectorField.FieldTypes

    Vector2Value

    Declaration
    public Vector2 Vector2Value
    Field Value
    Type Description
    Vector2

    Vector3Value

    Declaration
    public Vector3 Vector3Value
    Field Value
    Type Description
    Vector3

    Vector4Value

    Declaration
    public Vector4 Vector4Value
    Field Value
    Type Description
    Vector4
    In This Article
    • Fields
      • AudioClipValue
      • BoolValue
      • ColorValue
      • CurveValue
      • EventValue
      • FloatValue
      • GameObjectValue
      • IntValue
      • Label
      • MaterialValue
      • Name
      • ObjectValue
      • Options
      • QuaternionValue
      • ScriptableObjectValue
      • StringValue
      • TextureValue
      • Tooltip
      • Type
      • Vector2Value
      • Vector3Value
      • Vector4Value
    Back to top Generated by DocFX