TopDown Engine  v3.6
MoreMountains.TopDownEngine.CharacterConeOfVision Class Reference

An ability that casts a cone of vision around the character. More...

Inheritance diagram for MoreMountains.TopDownEngine.CharacterConeOfVision:
MoreMountains.TopDownEngine.TopDownMonoBehaviour MoreMountains.Tools.MMMonoBehaviour

Protected Member Functions

virtual void Awake ()
 On awake, we grab our components More...
 
virtual void Update ()
 On update, we update our cone of vision More...
 
virtual void UpdateDirection ()
 Sends the character orientation's angle to the cone of vision More...
 

Protected Attributes

MMConeOfVision _coneOfVision
 
CharacterOrientation3D _characterOrientation
 

Detailed Description

An ability that casts a cone of vision around the character.

Member Function Documentation

◆ Awake()

virtual void MoreMountains.TopDownEngine.CharacterConeOfVision.Awake ( )
protectedvirtual

On awake, we grab our components

◆ Update()

virtual void MoreMountains.TopDownEngine.CharacterConeOfVision.Update ( )
protectedvirtual

On update, we update our cone of vision

◆ UpdateDirection()

virtual void MoreMountains.TopDownEngine.CharacterConeOfVision.UpdateDirection ( )
protectedvirtual

Sends the character orientation's angle to the cone of vision

Member Data Documentation

◆ _characterOrientation

CharacterOrientation3D MoreMountains.TopDownEngine.CharacterConeOfVision._characterOrientation
protected

◆ _coneOfVision

MMConeOfVision MoreMountains.TopDownEngine.CharacterConeOfVision._coneOfVision
protected

The documentation for this class was generated from the following file: