Class ClampSubPartsCalculationPart
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class ClampSubPartsCalculationPart : IGameCalculationPart, IMetaClass
Properties
| Improve this Doc View SourceCeiling
Declaration
public MetaOptional<float> Ceiling { get; set; }
Property Value
Type | Description |
---|---|
MetaOptional<System.Single> |
Floor
Declaration
public MetaOptional<float> Floor { get; set; }
Property Value
Type | Description |
---|---|
MetaOptional<System.Single> |
Subparts
Declaration
public MetaContainer<IGameCalculationPart> Subparts { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<IGameCalculationPart> |