Class AssetBundleImageKey | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class AssetBundleImageKey

    Inheritance
    Object
    AssetBundleImageKey
    Namespace: Unity.UIWidgets.painting
    Syntax
    public class AssetBundleImageKey : IEquatable<AssetBundleImageKey>

    Constructors

    AssetBundleImageKey(AssetBundle, String, Single)

    Declaration
    public AssetBundleImageKey(AssetBundle bundle, string name, float scale)
    Parameters
    Type Name Description
    AssetBundle bundle
    String name
    Single scale

    Fields

    bundle

    Declaration
    public readonly AssetBundle bundle
    Field Value
    Type Description
    AssetBundle

    name

    Declaration
    public readonly string name
    Field Value
    Type Description
    String

    scale

    Declaration
    public readonly float scale
    Field Value
    Type Description
    Single

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Equals(AssetBundleImageKey)

    Declaration
    public bool Equals(AssetBundleImageKey other)
    Parameters
    Type Name Description
    AssetBundleImageKey other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Operators

    Equality(AssetBundleImageKey, AssetBundleImageKey)

    Declaration
    public static bool operator ==(AssetBundleImageKey left, AssetBundleImageKey right)
    Parameters
    Type Name Description
    AssetBundleImageKey left
    AssetBundleImageKey right
    Returns
    Type Description
    Boolean

    Inequality(AssetBundleImageKey, AssetBundleImageKey)

    Declaration
    public static bool operator !=(AssetBundleImageKey left, AssetBundleImageKey right)
    Parameters
    Type Name Description
    AssetBundleImageKey left
    AssetBundleImageKey right
    Returns
    Type Description
    Boolean
    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