docs.unity3d.com
    Show / Hide Table of Contents

    Class KeypointTemplate

    Template used to define the keypoints of a humanoid asset.

    Inheritance
    Object
    KeypointTemplate
    Namespace: UnityEngine.Perception.GroundTruth
    Syntax
    public class KeypointTemplate : ScriptableObject

    Fields

    jointTexture

    Texture to use for the visualization of the joint.

    Declaration
    public Texture2D jointTexture
    Field Value
    Type Description
    Texture2D

    keypoints

    Array of KeypointDefinition for the template.

    Declaration
    public KeypointDefinition[] keypoints
    Field Value
    Type Description
    KeypointDefinition[]

    skeleton

    Array of the SkeletonDefinition for the template.

    Declaration
    public SkeletonDefinition[] skeleton
    Field Value
    Type Description
    SkeletonDefinition[]

    skeletonTexture

    Texture to use for the visualization of the skeletal connection.

    Declaration
    public Texture2D skeletonTexture
    Field Value
    Type Description
    Texture2D

    templateID

    The of the template

    Declaration
    public string templateID
    Field Value
    Type Description
    String

    templateName

    The name of the template

    Declaration
    public string templateName
    Field Value
    Type Description
    String
    Back to top
    Terms of use
    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