C# Class EarthAnimation

Inheritance: SpellAnimation
Mostrar archivo Open project: LilTsubaki/Les-fragments-d-Erule

Public Properties

Property Type Description
_curve UnityEngine.AnimationCurve
_ice ParticleSystem
_rock ParticleSystem
_rotationAngle float
_timeStayingUp float

Public Methods

Method Description
Awake ( ) : void
Reset ( ) : void
RotatePointAroundPivot ( Vector3 point, Vector3 pivot, Vector3 angles ) : Vector3
Update ( ) : void

Private Methods

Method Description
GetUnderHex ( string hex ) : GameObject

Method Details

Awake() public method

public Awake ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

RotatePointAroundPivot() public method

public RotatePointAroundPivot ( Vector3 point, Vector3 pivot, Vector3 angles ) : Vector3
point Vector3
pivot Vector3
angles Vector3
return Vector3

Update() public method

public Update ( ) : void
return void

Property Details

_curve public_oe property

public AnimationCurve,UnityEngine _curve
return UnityEngine.AnimationCurve

_ice public_oe property

public ParticleSystem _ice
return ParticleSystem

_rock public_oe property

public ParticleSystem _rock
return ParticleSystem

_rotationAngle public_oe property

public float _rotationAngle
return float

_timeStayingUp public_oe property

public float _timeStayingUp
return float