ParaMiniMap.mapMode

public ParaMapType mapMode = ParaMapType.Global;

Description

public enum ParaMapType
{
  Local,
  Global,
}

The current minimap type. When it is set to Local, the main character always faces upwards, and the map rotates as the character angle changes. When it is set to Global, the main character rotates as angle changes, while the map does not rotate.