Show / Hide Table of Contents

    Interface IAvatarsUnlockRewardData

    IEntityData associated with an IAvatarsUnlockReward.

    Inherited Members
    IEntityData.CreateEntity()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAvatarsUnlockRewardData : IRewardData, IPayoutEntityData, IEntityData, IData

    Properties

    AvatarCollectionsFullUnlock

    An array of IDs for those IAvatarCollections which this reward will make available to the player in full. This also unlocks all contained Avatars within the IAvatarCollection.

    Declaration
    string[] AvatarCollectionsFullUnlock { get; }
    Property Value
    Type Description
    String[]

    AvatarsToUnlock

    An array of AvatarUnlockData which determine which avatars this IAvatarsUnlockReward should unlock for player's use.

    Declaration
    AvatarUnlockData[] AvatarsToUnlock { get; }
    Property Value
    Type Description
    AvatarUnlockData[]
    Back to top Copyright © 2020 East Side Games Inc.