Show / Hide Table of Contents

    Class InteractableActivateTheme

    Inheritance
    Object
    InteractableThemeBase
    InteractableActivateTheme
    Inherited Members
    InteractableThemeBase.Types
    InteractableThemeBase.Name
    InteractableThemeBase.ThemeProperties
    InteractableThemeBase.CustomSettings
    InteractableThemeBase.Host
    InteractableThemeBase.Ease
    InteractableThemeBase.NoEasing
    InteractableThemeBase.Loaded
    InteractableThemeBase.AssemblyQualifiedName
    InteractableThemeBase.Init(GameObject, InteractableThemePropertySettings)
    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 InteractableActivateTheme : InteractableThemeBase

    Constructors

    InteractableActivateTheme()

    Declaration
    public InteractableActivateTheme()

    Methods

    GetProperty(InteractableThemeProperty)

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

    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