Class Texture2DAtlas | High Definition RP | 6.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class Texture2DAtlas

    Inheritance
    Object
    Texture2DAtlas
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    public class Texture2DAtlas

    Constructors

    Texture2DAtlas(Int32, Int32, GraphicsFormat)

    Declaration
    public Texture2DAtlas(int width, int height, GraphicsFormat format)
    Parameters
    Type Name Description
    Int32 width
    Int32 height
    GraphicsFormat format

    Properties

    AtlasTexture

    Declaration
    public RTHandleSystem.RTHandle AtlasTexture { get; }
    Property Value
    Type Description
    RTHandleSystem.RTHandle

    Methods

    AddTexture(CommandBuffer, ref Vector4, Texture)

    Declaration
    public bool AddTexture(CommandBuffer cmd, ref Vector4 scaleBias, Texture texture)
    Parameters
    Type Name Description
    CommandBuffer cmd
    Vector4 scaleBias
    Texture texture
    Returns
    Type Description
    Boolean

    Release()

    Declaration
    public void Release()

    ResetAllocator()

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