PathBerserker2d  1.0
Platformer pathfinding solution
Public Member Functions | Public Attributes | List of all members
PathBerserker2d.NavAreaMarker Class Reference

Marks all segments within an area with a specific NavTag. More...

Inheritance diagram for PathBerserker2d.NavAreaMarker:

Public Member Functions

void UpdateMappings ()
 Updates area of effect mapping. Call after modifying NavAreaMarker transform. Alternatively, instead of calling this function, set transform.hasChanged to true. More...
 

Public Attributes

int NavTag => navTag
 
Color MarkerColor => PathBerserker2dSettings.GetNavTagColor(0)
 

Detailed Description

Marks all segments within an area with a specific NavTag.

Member Function Documentation

◆ UpdateMappings()

void PathBerserker2d.NavAreaMarker.UpdateMappings ( )

Updates area of effect mapping. Call after modifying NavAreaMarker transform. Alternatively, instead of calling this function, set transform.hasChanged to true.


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