docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Vector3IntProperty

    Vector3Int property handle used to read and write values in the AnimationStream.

    Implements
    IAnimatableProperty<Vector3Int>
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Animations.Rigging
    Assembly: Unity.Animation.Rigging.dll
    Syntax
    public struct Vector3IntProperty : IAnimatableProperty<Vector3Int>

    Fields

    x

    The PropertyStreamHandle used for the X component in the AnimationStream.

    Declaration
    public PropertyStreamHandle x
    Field Value
    Type Description
    PropertyStreamHandle

    y

    The PropertyStreamHandle used for the Y component in the AnimationStream.

    Declaration
    public PropertyStreamHandle y
    Field Value
    Type Description
    PropertyStreamHandle

    z

    The PropertyStreamHandle used for the Z component in the AnimationStream.

    Declaration
    public PropertyStreamHandle z
    Field Value
    Type Description
    PropertyStreamHandle

    Methods

    Bind(Animator, Component, string)

    Creates a Vector3IntProperty handle representing a property binding on a Component.

    Declaration
    public static Vector3IntProperty Bind(Animator animator, Component component, string name)
    Parameters
    Type Name Description
    Animator animator

    The Animator on which to bind the new handle.

    Component component

    The Component owning the parameter.

    string name

    The property name

    Returns
    Type Description
    Vector3IntProperty

    Returns a Vector3IntProperty handle that represents the new binding.

    BindCustom(Animator, string)

    Creates a Vector3IntProperty handle for a custom property in the AnimationStream to pass extra data to downstream animation jobs in the graph.

    Declaration
    public static Vector3IntProperty BindCustom(Animator animator, string name)
    Parameters
    Type Name Description
    Animator animator

    The Animator on which to bind the new handle.

    string name

    The name of the property.

    Returns
    Type Description
    Vector3IntProperty

    Returns a Vector3IntProperty handle that represents the new binding.

    Get(AnimationStream)

    Gets the property value from a stream.

    Declaration
    public Vector3Int Get(AnimationStream stream)
    Parameters
    Type Name Description
    AnimationStream stream

    The AnimationStream that holds the animated values.

    Returns
    Type Description
    Vector3Int

    The Vector3Int property value.

    Set(AnimationStream, Vector3Int)

    Sets the property value into a stream.

    Declaration
    public void Set(AnimationStream stream, Vector3Int value)
    Parameters
    Type Name Description
    AnimationStream stream

    The AnimationStream that holds the animated values.

    Vector3Int value

    The new Vector3Int property value.

    Implements

    IAnimatableProperty<T>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)