Show / Hide Table of Contents

    Class InteractableAnimatorTheme

    Uses Animator to control Interactable feedback based on state changes.

    Inheritance
    Object
    InteractableThemeBase
    InteractableAnimatorTheme
    Inherited Members
    InteractableThemeBase.Types
    InteractableThemeBase.Name
    InteractableThemeBase.ThemeProperties
    InteractableThemeBase.CustomSettings
    InteractableThemeBase.Host
    InteractableThemeBase.Ease
    InteractableThemeBase.NoEasing
    InteractableThemeBase.Loaded
    InteractableThemeBase.AssemblyQualifiedName
    InteractableThemeBase.LerpFloat(Single, Single, Single)
    InteractableThemeBase.LerpInt(Int32, Int32, Single)
    InteractableThemeBase.CopyEase(Easing)
    InteractableThemeBase.OnUpdate(Int32, Interactable, Boolean)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class InteractableAnimatorTheme : InteractableThemeBase

    Constructors

    InteractableAnimatorTheme()

    Declaration
    public InteractableAnimatorTheme()

    Methods

    GetProperty(InteractableThemeProperty)

    Declaration
    public override InteractableThemePropertyValue GetProperty(InteractableThemeProperty property)
    Parameters
    Type Name Description
    InteractableThemeProperty property
    Returns
    Type Description
    InteractableThemePropertyValue
    Overrides
    InteractableThemeBase.GetProperty(InteractableThemeProperty)

    Init(GameObject, InteractableThemePropertySettings)

    Declaration
    public override void Init(GameObject host, InteractableThemePropertySettings settings)
    Parameters
    Type Name Description
    GameObject host
    InteractableThemePropertySettings settings
    Overrides
    InteractableThemeBase.Init(GameObject, InteractableThemePropertySettings)

    SetValue(InteractableThemeProperty, Int32, Single)

    Declaration
    public override void SetValue(InteractableThemeProperty property, int index, float percentage)
    Parameters
    Type Name Description
    InteractableThemeProperty property
    Int32 index
    Single percentage
    Overrides
    InteractableThemeBase.SetValue(InteractableThemeProperty, Int32, Single)
    Back to top Generated by DocFX