C# Class Orbs

Inheritance: MonoBehaviour
Exibir arquivo Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Properties

Property Type Description
_failAcceleration float
_failCast bool
_failDuration float
_failMaxSpeed float
_gatheringDuration float
_goingInSpeed float
_goingOutSpeed float
_slowDuration float
_slowSpeed float
_successCast bool

Public Methods

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

Private Methods

Method 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 method

public ActivateRunes ( bool active ) : void
active bool
return void

AddElement() public method

public AddElement ( Element, elem ) : void
elem Element,
return void

RemoveElement() public method

public RemoveElement ( Element, elem ) : void
elem Element,
return void

SetElements() public method

public SetElements ( List elems ) : void
elems List
return void

Property Details

_failAcceleration public_oe property

public float _failAcceleration
return float

_failCast public_oe property

public bool _failCast
return bool

_failDuration public_oe property

public float _failDuration
return float

_failMaxSpeed public_oe property

public float _failMaxSpeed
return float

_gatheringDuration public_oe property

public float _gatheringDuration
return float

_goingInSpeed public_oe property

public float _goingInSpeed
return float

_goingOutSpeed public_oe property

public float _goingOutSpeed
return float

_slowDuration public_oe property

public float _slowDuration
return float

_slowSpeed public_oe property

public float _slowSpeed
return float

_successCast public_oe property

public bool _successCast
return bool