C# Class Orbs

Inheritance: MonoBehaviour
Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Méthodes publiques

Свойство Type Description
_failAcceleration float
_failCast bool
_failDuration float
_failMaxSpeed float
_gatheringDuration float
_goingInSpeed float
_goingOutSpeed float
_slowDuration float
_slowSpeed float
_successCast bool

Méthodes publiques

Méthode Description
ActivateRunes ( bool active ) : void
AddElement ( Element, elem ) : void
RemoveElement ( Element, elem ) : void
SetElements ( List elems ) : void

Private Methods

Méthode Description
AccelerateFail ( ) : void
DecelerateFail ( ) : void
FixedUpdate ( ) : void
GoOut ( ) : void
GoToCenter ( ) : void
PauseAndGo ( ) : void
RemoveAfterCast ( ) : void
SlowDownFail ( ) : void
SlowRotationDown ( ) : void
Start ( ) : void
StopFail ( ) : void
StopSuccess ( ) : void

Method Details

ActivateRunes() public méthode

public ActivateRunes ( bool active ) : void
active bool
Résultat void

AddElement() public méthode

public AddElement ( Element, elem ) : void
elem Element,
Résultat void

RemoveElement() public méthode

public RemoveElement ( Element, elem ) : void
elem Element,
Résultat void

SetElements() public méthode

public SetElements ( List elems ) : void
elems List
Résultat void

Property Details

_failAcceleration public_oe property

public float _failAcceleration
Résultat float

_failCast public_oe property

public bool _failCast
Résultat bool

_failDuration public_oe property

public float _failDuration
Résultat float

_failMaxSpeed public_oe property

public float _failMaxSpeed
Résultat float

_gatheringDuration public_oe property

public float _gatheringDuration
Résultat float

_goingInSpeed public_oe property

public float _goingInSpeed
Résultat float

_goingOutSpeed public_oe property

public float _goingOutSpeed
Résultat float

_slowDuration public_oe property

public float _slowDuration
Résultat float

_slowSpeed public_oe property

public float _slowSpeed
Résultat float

_successCast public_oe property

public bool _successCast
Résultat bool