Class NPCGroupMember
Associates an AIController with a role in an NPCGroup. Serialized so designers can configure group composition in the inspector.
[Serializable]
public class NPCGroupMember
- Inheritance
-
NPCGroupMember
- Inherited Members
Fields
Controller
The AI controller of the NPC that belongs to this group.
[Tooltip("The NPC's AI controller.")]
public AIController Controller
Field Value
Role
This member's combat role (Tank, Healer, DPS, Support).
[Tooltip("This member's combat role.")]
public NPCGroupRole Role