C# Class ElementGoal

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public ElementType elementType
return ElementType

maxScale public_oe property

public float maxScale
return float

minScale public_oe property

public float minScale
return float