Struct SemanticSegmentationLabeler.ImageReadbackEventArgs | Perception | 0.5.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Struct SemanticSegmentationLabeler.ImageReadbackEventArgs

    Event information for imageReadback

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEngine.Perception.GroundTruth
    Syntax
    public struct ImageReadbackEventArgs

    Fields

    data

    Color pixel data.

    Declaration
    public NativeArray<Color32> data
    Field Value
    Type Description
    NativeArray<Color32>

    frameCount

    The frameCount on which the image was rendered. This may be multiple frames in the past.

    Declaration
    public int frameCount
    Field Value
    Type Description
    Int32

    sourceTexture

    The source image texture.

    Declaration
    public RenderTexture sourceTexture
    Field Value
    Type Description
    RenderTexture
    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