[NavMeshAreaMask]

Displays an int field as a NavMesh area mask dropdown.

Support Types

Type
Description

int

Integer value

Examples

using UnityEngine;
using RenownedGames.Apex;

public class NavMeshAreaMaskExample : MonoBehaviour
{
    [NavMeshAreaMask]
    public int areaMask;
}

Last updated