Struct Image2D | Project Tiny | 0.21.0-preview.3
docs.unity3d.com
    Show / Hide Table of Contents

    Struct Image2D

    Namespace: Unity.Tiny
    Syntax
    public struct Image2D : IComponentData

    Fields

    flags

    Texture sampling flags

    Declaration
    public TextureFlags flags
    Field Value
    Type Description
    TextureFlags

    imagePixelHeight

    Image size in pixels. Set only after loading (status must be ImageStatus::Loaded). This is written to by the image loading system and should be treated as read only by user code.

    Declaration
    public int imagePixelHeight
    Field Value
    Type Description
    Int32

    imagePixelWidth

    Image size in pixels. Set only after loading (status must be ImageStatus::Loaded). This is written to by the image loading system and should be treated as read only by user code.

    Declaration
    public int imagePixelWidth
    Field Value
    Type Description
    Int32

    status

    Load status of the image. This is written to by the image loading system and should be treated as read only by user code.

    Declaration
    public ImageStatus status
    Field Value
    Type Description
    ImageStatus
    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