Struct PoseSet | Kinematica | 0.8.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct PoseSet

    Data type that refers to a sequence of animation poses.

    Namespace: Unity.Kinematica
    Syntax
    [Data("Pose Set", DataFlags.SelfInputOutput)]
    public struct PoseSet : IDebugObject, Serializable, IDisposable
    Remarks

    A pose sequence is usually used as an array element where each element refers to a sub-set of poses that are contained in an interval.

    Fields

    allocator

    Declaration
    public Allocator allocator
    Field Value
    Type Description
    Allocator

    debugName

    Declaration
    public NativeString64 debugName
    Field Value
    Type Description
    NativeString64

    sequences

    Declaration
    public NativeArray<PoseSequence> sequences
    Field Value
    Type Description
    NativeArray<PoseSequence>

    Properties

    debugIdentifier

    Declaration
    public DebugIdentifier debugIdentifier { get; set; }
    Property Value
    Type Description
    DebugIdentifier
    Implements
    IDebugObject.debugIdentifier

    Methods

    Create(QueryResult, Allocator)

    Declaration
    public static PoseSet Create(QueryResult result, Allocator allocator)
    Parameters
    Type Name Description
    QueryResult result
    Allocator allocator
    Returns
    Type Description
    PoseSet

    Dispose()

    Declaration
    public void Dispose()

    ReadFromStream(Buffer)

    Declaration
    public void ReadFromStream(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Implements
    Serializable.ReadFromStream(Buffer)

    WriteToStream(Buffer)

    Declaration
    public void WriteToStream(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Implements
    Serializable.WriteToStream(Buffer)

    Operators

    Implicit(QueryResult to PoseSet)

    Declaration
    public static implicit operator PoseSet(QueryResult result)
    Parameters
    Type Name Description
    QueryResult result
    Returns
    Type Description
    PoseSet

    See Also

    Binary.Interval
    Binary.IntervalIndex
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Monday, August 3, 2020