docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PoseTimestampRecord

    Record that maps a pose to a timestamp

    Inheritance
    object
    PoseTimestampRecord
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Perception.GroundTruth.Labelers
    Assembly: Unity.Perception.Runtime.dll
    Syntax
    [Serializable]
    [MovedFrom("UnityEngine.Perception.GroundTruth")]
    public class PoseTimestampRecord

    Fields

    poseLabel

    The label to use for any captures inside of this time period

    Declaration
    public string poseLabel
    Field Value
    Type Description
    string

    startOffsetPercent

    The percentage within the clip that the pose starts, a value from 0 (beginning) to 1 (end)

    Declaration
    [Tooltip("The percentage within the clip that the pose starts, a value from 0 (beginning) to 1 (end)")]
    public float startOffsetPercent
    Field Value
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2024 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)