C# Class ElementGoal

Inheritance: MonoBehaviour
Show file Open project: dggriffin/Rain-Rain-Ritual Class Usage Examples

Public Properties

Property Type Description
elementType ElementType
maxScale float
minScale float

Private Properties

Property Type Description

Public Methods

Method Description
Start ( ) : void
getIntensityCoefficientBasedOffGoalUI ( ) : float
getScaleCoefficientBasedOffGoalUI ( ) : float
updateMaxScale ( float newMaxScale ) : void

Method Details

Start() public method

public Start ( ) : void
return void

getIntensityCoefficientBasedOffGoalUI() public method

public getIntensityCoefficientBasedOffGoalUI ( ) : float
return float

getScaleCoefficientBasedOffGoalUI() public method

public getScaleCoefficientBasedOffGoalUI ( ) : float
return float

updateMaxScale() public method

public updateMaxScale ( float newMaxScale ) : void
newMaxScale float
return void

Property Details

elementType public property

public ElementType elementType
return ElementType

maxScale public property

public float maxScale
return float

minScale public property

public float minScale
return float