Show / Hide Table of Contents

    Class InteractableGrabScaleTheme

    Inheritance
    Object
    InteractableThemeBase
    InteractableGrabScaleTheme
    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)
    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 InteractableGrabScaleTheme : InteractableThemeBase

    Constructors

    InteractableGrabScaleTheme()

    Declaration
    public InteractableGrabScaleTheme()

    Fields

    grabPercentage

    Declaration
    protected float grabPercentage
    Field Value
    Type Description
    Single

    grabTransition

    Declaration
    protected bool grabTransition
    Field Value
    Type Description
    Boolean

    hasGrab

    Declaration
    protected bool hasGrab
    Field Value
    Type Description
    Boolean

    startScaleValue

    Declaration
    protected InteractableThemePropertyValue startScaleValue
    Field Value
    Type Description
    InteractableThemePropertyValue

    timer

    Declaration
    protected float timer
    Field Value
    Type Description
    Single

    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)

    OnUpdate(Int32, Interactable, Boolean)

    Declaration
    public override void OnUpdate(int state, Interactable source, bool force = false)
    Parameters
    Type Name Description
    Int32 state
    Interactable source
    Boolean force
    Overrides
    InteractableThemeBase.OnUpdate(Int32, Interactable, Boolean)

    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