Show / Hide Table of Contents

    Class ScaleOffsetColorTheme

    Inheritance
    Object
    InteractableThemeBase
    InteractableShaderTheme
    InteractableColorTheme
    ScaleOffsetColorTheme
    Inherited Members
    InteractableColorTheme.TryGetTextColor(InteractableThemeProperty, Color)
    InteractableColorTheme.TryGetTextMeshColor(InteractableThemeProperty, Color)
    InteractableColorTheme.TryGetTextMeshProColor(InteractableThemeProperty, Color)
    InteractableColorTheme.TryGetTextMeshProUGUIColor(InteractableThemeProperty, Color)
    InteractableColorTheme.TryGetRendererColor(InteractableThemeProperty, Color)
    InteractableColorTheme.TrySetTextColor(Color, InteractableThemeProperty, Int32, Single)
    InteractableColorTheme.TrySetTextMeshColor(Color, InteractableThemeProperty, Int32, Single)
    InteractableColorTheme.TrySetTextMeshProColor(Color, InteractableThemeProperty, Int32, Single)
    InteractableColorTheme.TrySetTextMeshProUGUIColor(Color, InteractableThemeProperty, Int32, Single)
    InteractableColorTheme.TrySetRendererColor(Color, InteractableThemeProperty, Int32, Single)
    InteractableColorTheme.HasTextComponentOnObject(GameObject)
    InteractableShaderTheme.propertyBlock
    InteractableShaderTheme.shaderProperties
    InteractableShaderTheme.renderer
    InteractableShaderTheme.GetFloat(GameObject, Int32)
    InteractableShaderTheme.SetPropertyBlock(GameObject, MaterialPropertyBlock)
    InteractableShaderTheme.SetFloat(MaterialPropertyBlock, Single, Int32)
    InteractableShaderTheme.GetColor(GameObject, Int32)
    InteractableShaderTheme.SetColor(MaterialPropertyBlock, Color, Int32)
    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 ScaleOffsetColorTheme : InteractableColorTheme

    Constructors

    ScaleOffsetColorTheme()

    Declaration
    public ScaleOffsetColorTheme()

    Fields

    hostTransform

    Declaration
    protected Transform hostTransform
    Field Value
    Type Description
    Transform

    startPosition

    Declaration
    protected Vector3 startPosition
    Field Value
    Type Description
    Vector3

    startScale

    Declaration
    protected Vector3 startScale
    Field Value
    Type Description
    Vector3

    Methods

    GetProperty(InteractableThemeProperty)

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

    Init(GameObject, InteractableThemePropertySettings)

    Declaration
    public override void Init(GameObject host, InteractableThemePropertySettings settings)
    Parameters
    Type Name Description
    GameObject host
    InteractableThemePropertySettings settings
    Overrides
    InteractableColorTheme.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
    InteractableColorTheme.SetValue(InteractableThemeProperty, Int32, Single)
    Back to top Generated by DocFX