Show / Hide Table of Contents

    Class GachaItem

    Inheritance
    Object
    GachaItem
    Implements
    IGachaItem
    IRandomWeighted
    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 GachaItem : IGachaItem, IRandomWeighted

    Constructors

    GachaItem()

    The Beamable SDK requires empty default constructor.

    Declaration
    public GachaItem()

    GachaItem(String, Int32)

    Declaration
    public GachaItem(string rewardId, int weight)
    Parameters
    Type Name Description
    String rewardId
    Int32 weight

    Fields

    _rewardId

    Declaration
    protected string _rewardId
    Field Value
    Type Description
    String

    _weight

    Declaration
    protected int _weight
    Field Value
    Type Description
    Int32

    Properties

    RandomWeight

    Declaration
    public virtual int RandomWeight { get; }
    Property Value
    Type Description
    Int32

    RewardId

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

    Implements

    IGachaItem
    IRandomWeighted
    Back to top Copyright © 2020 East Side Games Inc.