Search Results for

    Show / Hide Table of Contents

    Class Texture2DCell

    Inheritance
    object
    SheetCell
    SheetCellBase<ObjectReference, ObjectReference>
    SheetCell<ObjectReference>
    AssetCell<Texture2D>
    Texture2DCell
    Implements
    IEquatable<SheetCell>
    IValueCell<ObjectReference>
    IValueCell
    IAssetCell
    Inherited Members
    AssetCell<Texture2D>.Value
    AssetCell<Texture2D>.ReferenceType
    AssetCell<Texture2D>.IsNullOrEmpty()
    AssetCell<Texture2D>.SetObjectReference(ObjectReference)
    AssetCell<Texture2D>.LoadAssetAsync()
    AssetCell<Texture2D>.GetObjectReference()
    AssetCell<Texture2D>.GetAssetType()
    SheetCellBase<ObjectReference, ObjectReference>.Value
    SheetCellBase<ObjectReference, ObjectReference>.GetBoxedValue()
    SheetCellBase<ObjectReference, ObjectReference>.ResetValue()
    SheetCellBase<ObjectReference, ObjectReference>.Equals(SheetCell)
    SheetCellBase<ObjectReference, ObjectReference>.GetHashCode()
    SheetCell.Create(string, ColumnDataType)
    SheetCell.CreateAssetCell(string, ColumnDataType, ObjectReference)
    SheetCell.ColumnId
    SheetCell.Equals(SheetCell)
    SheetCell.Equals(object)
    SheetCell.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    [Serializable]
    public sealed class Texture2DCell : AssetCell<Texture2D>, IEquatable<SheetCell>, IValueCell<ObjectReference>, IValueCell, IAssetCell

    Constructors

    | Edit this page View Source

    Texture2DCell(string, ObjectReference)

    Declaration
    public Texture2DCell(string columnId, ObjectReference value = null)
    Parameters
    Type Name Description
    string columnId
    ObjectReference value

    Implements

    IEquatable<T>
    IValueCell<T>
    IValueCell
    IAssetCell

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation