Interface PayloadBuilder | Kinematica | 0.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface PayloadBuilder

    Namespace: Unity.Kinematica.Editor
    Syntax
    public interface PayloadBuilder

    Properties

    FrameIndex

    Declaration
    int FrameIndex { get; }
    Property Value
    Type Description
    Int32

    SourceToTargetScale

    Declaration
    float SourceToTargetScale { get; }
    Property Value
    Type Description
    Single

    Methods

    GetJointIndexForName(String)

    Declaration
    int GetJointIndexForName(string jointName)
    Parameters
    Type Name Description
    String jointName
    Returns
    Type Description
    Int32

    GetJointTransform(Int32)

    Declaration
    AffineTransform GetJointTransform(int jointIndex)
    Parameters
    Type Name Description
    Int32 jointIndex
    Returns
    Type Description
    AffineTransform

    GetJointTransform(Int32, Int32)

    Declaration
    AffineTransform GetJointTransform(int frameIndex, int jointIndex)
    Parameters
    Type Name Description
    Int32 frameIndex
    Int32 jointIndex
    Returns
    Type Description
    AffineTransform

    GetJointTransformCharacterSpace(String)

    Declaration
    AffineTransform GetJointTransformCharacterSpace(string jointName)
    Parameters
    Type Name Description
    String jointName
    Returns
    Type Description
    AffineTransform

    GetRootTransform()

    Declaration
    AffineTransform GetRootTransform()
    Returns
    Type Description
    AffineTransform

    GetTrajectoryTransform()

    Declaration
    AffineTransform GetTrajectoryTransform()
    Returns
    Type Description
    AffineTransform

    GetTrajectoryTransform(Int32)

    Declaration
    AffineTransform GetTrajectoryTransform(int frameIndex)
    Parameters
    Type Name Description
    Int32 frameIndex
    Returns
    Type Description
    AffineTransform
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023