Search Results for

    Show / Hide Table of Contents

    Class GazeStabilizer

    GazeStabilizer.

    Inheritance
    object
    IdentifiableObject
    DependencyObject
    AttachableObject
    PrefabInstanceObject
    Component
    GazeStabilizer
    Implements
    IDependencyObject
    Inherited Members
    Component.Owner
    Component.Managers
    Component.ShouldBeActivated
    Component.Clone()
    Component.Attach(Entity)
    Component.OnLoaded()
    Component.OnAttached()
    Component.OnActivated()
    Component.Start()
    Component.OnDeactivated()
    Component.OnDetach()
    Component.OnDestroy()
    PrefabInstanceObject.PrefabSource
    PrefabInstanceObject.RefreshPrefab(Prefab)
    PrefabInstanceObject.PrefabElementId
    PrefabInstanceObject.IsPrefabInstance
    PrefabInstanceObject.IsMissingPrefabSource
    AttachableObject.AttachableStateChanged
    AttachableObject.IsEnabled
    AttachableObject.State
    AttachableObject.IsLoaded
    AttachableObject.IsAttached
    AttachableObject.IsActivated
    AttachableObject.IsStarted
    AttachableObject.IsDestroyed
    AttachableObject.Destroy()
    AttachableObject.DependencyBroken()
    DependencyObject.Dependencies
    DependencyObject.OnDependencyRemoved
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Components.Toolkit
    Assembly: Evergine.Components.dll
    Syntax
    [DataContract]
    public class GazeStabilizer : Component, IDependencyObject

    Fields

    gazeBehavior

    Gaze behavior.

    Declaration
    [BindComponent(true, true, BindComponentSource.Owner, null, true)]
    protected GazeBehavior gazeBehavior
    Field Value
    Type Description
    GazeBehavior

    Properties

    StoredStabilitySamples

    Gets or sets storedStabilitySamples.

    Declaration
    [DataMember]
    [RenderPropertyAsInput(1, 120, Tooltip = "Number of samples that you want to iterate on.", AsSlider = true, DesiredChange = 1, DesiredLargeChange = 5, DefaultValue = 10)]
    public int StoredStabilitySamples { get; set; }
    Property Value
    Type Description
    int

    Methods

    UpdateSmoothCursorPosition(Vector3)

    Update cursor.

    Declaration
    public Vector3 UpdateSmoothCursorPosition(Vector3 cursorPosition)
    Parameters
    Type Name Description
    Vector3 cursorPosition

    Cursor position.

    Returns
    Type Description
    Vector3

    Smooth cursor position.

    Implements

    IDependencyObject

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX