C# Class ElementGoal

Inheritance: MonoBehaviour
Afficher le fichier Open project: dggriffin/Rain-Rain-Ritual Class Usage Examples

Méthodes publiques

Свойство Type Description
elementType ElementType
maxScale float
minScale float

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Start ( ) : void
getIntensityCoefficientBasedOffGoalUI ( ) : float
getScaleCoefficientBasedOffGoalUI ( ) : float
updateMaxScale ( float newMaxScale ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

getIntensityCoefficientBasedOffGoalUI() public méthode

public getIntensityCoefficientBasedOffGoalUI ( ) : float
Résultat float

getScaleCoefficientBasedOffGoalUI() public méthode

public getScaleCoefficientBasedOffGoalUI ( ) : float
Résultat float

updateMaxScale() public méthode

public updateMaxScale ( float newMaxScale ) : void
newMaxScale float
Résultat void

Property Details

elementType public_oe property

public ElementType elementType
Résultat ElementType

maxScale public_oe property

public float maxScale
Résultat float

minScale public_oe property

public float minScale
Résultat float