Show / Hide Table of Contents

Class ShadowedWeightedItem<T>

Inheritance
System.Object
ShadowedWeightedItem<T>
Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public class ShadowedWeightedItem<T> : ShadowedWeightedItemBase
Type Parameters
Name Description
T

Constructors

ShadowedWeightedItem(T, Single)

Declaration
public ShadowedWeightedItem(T type, float _weight)
Parameters
Type Name Description
T type
System.Single _weight

Fields

Item

Declaration
public T Item
Field Value
Type Description
T

OverallWeight

Declaration
public float OverallWeight
Field Value
Type Description
System.Single

Percent

Declaration
public float Percent
Field Value
Type Description
System.Single

Weight

Declaration
public float Weight
Field Value
Type Description
System.Single
Back to top Generated by DocFX