Show / Hide Table of Contents

    Class AvatarCollectionData

    Inheritance
    Object
    AvatarCollectionData
    Implements
    IAvatarCollectionData
    IEntityData
    ISavedDataProvider
    IData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class AvatarCollectionData : IAvatarCollectionData, IEntityData, ISavedDataProvider, IData

    Constructors

    AvatarCollectionData()

    Declaration
    public AvatarCollectionData()

    AvatarCollectionData(String, Avatar[])

    Declaration
    public AvatarCollectionData(string id, Avatar[] avatars)
    Parameters
    Type Name Description
    String id
    Avatar[] avatars

    Properties

    Avatars

    Declaration
    public Avatar[] Avatars { get; }
    Property Value
    Type Description
    Avatar[]

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String

    Methods

    CreateEntity()

    Declaration
    public IEntity CreateEntity()
    Returns
    Type Description
    IEntity

    CreateSavedData()

    Declaration
    public ISavedData CreateSavedData()
    Returns
    Type Description
    ISavedData

    Implements

    IAvatarCollectionData
    IEntityData
    ISavedDataProvider
    IData
    Back to top Copyright © 2020 East Side Games Inc.