Struct BoneJob | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct BoneJob

    Namespace: UnityEngine.Experimental.U2D.Animation
    Syntax
    public struct BoneJob : IJob

    Fields

    bindPoses

    Declaration
    public NativeArray<Matrix4x4> bindPoses
    Field Value
    Type Description
    NativeArray<Matrix4x4>

    bones

    Declaration
    public NativeArray<Matrix4x4> bones
    Field Value
    Type Description
    NativeArray<Matrix4x4>

    output

    Declaration
    public NativeArray<Matrix4x4> output
    Field Value
    Type Description
    NativeArray<Matrix4x4>

    rootInv

    Declaration
    public Matrix4x4 rootInv
    Field Value
    Type Description
    Matrix4x4

    Methods

    Execute()

    Declaration
    public void Execute()
    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