Class SkillReqs
Inheritance
System.Object
SkillReqs
Implements
System.ICloneable
Assembly: Eco.Gameplay.dll
Syntax
public class SkillReqs : Object, IController, IViewController, IHasUniversalID, ICloneable
Constructors
SkillReqs()
Declaration
Properties
CaloriesToLearn
Declaration
public float CaloriesToLearn { get; set; }
Property Value
Type |
Description |
System.Single |
|
CaloriesToTeach
Declaration
public float CaloriesToTeach { get; set; }
Property Value
Type |
Description |
System.Single |
|
CanBeEducated
Declaration
public bool CanBeEducated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ClassroomTierRequired
Declaration
public float ClassroomTierRequired { get; set; }
Property Value
Type |
Description |
System.Single |
|
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
LearningCaloriesPerSecond
Declaration
public float LearningCaloriesPerSecond { get; }
Property Value
Type |
Description |
System.Single |
|
StarsToBecomeTeacher
Declaration
public int StarsToBecomeTeacher { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StarsToBeTaught
Declaration
public int StarsToBeTaught { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StarsToSelfTeach
Declaration
public int StarsToSelfTeach { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TeachingCaloriesPerSecond
Declaration
public float TeachingCaloriesPerSecond { get; }
Property Value
Type |
Description |
System.Single |
|
Tier
Declaration
public float Tier { get; set; }
Property Value
Type |
Description |
System.Single |
|
TimeToLearnHours
Declaration
public float TimeToLearnHours { get; set; }
Property Value
Type |
Description |
System.Single |
|
TimeToLearnSeconds
Declaration
public float TimeToLearnSeconds { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
Blend(SkillReqs, Single)
Declaration
public SkillReqs Blend(SkillReqs blendTarget, float lerp)
Parameters
Type |
Name |
Description |
SkillReqs |
blendTarget |
|
System.Single |
lerp |
|
Returns
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|
Implements
System.ICloneable
Extension Methods