Show / Hide Table of Contents

    Struct GachaOdds

    GachaOdds is a data container of a IGachaSlot slot within an GachaReward. Contains references to rewardId, chance, slot, and the item itself.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public struct GachaOdds

    Fields

    chance

    Declaration
    public float chance
    Field Value
    Type Description
    Single

    gachaItem

    Declaration
    public IGachaItem gachaItem
    Field Value
    Type Description
    IGachaItem

    rewardId

    Declaration
    public string rewardId
    Field Value
    Type Description
    String

    slot

    Declaration
    public int slot
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2020 East Side Games Inc.