C# Class SelfHaloAnimation

Inheritance: SpellAnimation
Mostra file Open project: LilTsubaki/Les-fragments-d-Erule

Public Properties

Property Type Description
_animator Animator
_haloMat Renderer

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_animator public_oe property

public Animator _animator
return Animator

_haloMat public_oe property

public Renderer _haloMat
return Renderer