docs.unity3d.com
    Show / Hide Table of Contents

    Class ReorderableListResources

    Resources to assist with reorderable list control.

    Inheritance
    Object
    ReorderableListResources
    Namespace: Unity.VisualScripting.ReorderableList.Internal
    Syntax
    public static class ReorderableListResources

    Properties

    texHighlightColor

    Declaration
    public static Texture2D texHighlightColor { get; }
    Property Value
    Type Description
    Texture2D

    Methods

    CreatePixelTexture(String, Color)

    Create 1x1 pixel texture of specified color.

    Declaration
    [Obsolete("Please use EmbeddedResourceProvider.CreatePixelTexture method instead.")]
    public static Texture2D CreatePixelTexture(string name, Color color)
    Parameters
    Type Name Description
    String name

    Name for texture object.

    Color color

    Pixel color.

    Returns
    Type Description
    Texture2D

    The new Texture2D instance.

    GetTexture(ReorderableListTexture)

    Gets light or dark version of the specified texture.

    Declaration
    public static Texture2D GetTexture(ReorderableListTexture name)
    Parameters
    Type Name Description
    ReorderableListTexture name
    Returns
    Type Description
    Texture2D
    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