Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphMenuContext

Argument passed to a contextual menu handler registered for a GraphMenuContext.Graph type.
Read time 1 minuteLast updated 7 days ago

Definition

public sealed class GraphMenuContext : MenuContext

Remarks

A method decorated with GraphMenuAttribute or BlackboardMenuAttribute for a GraphMenuContext.Graph subclass must take this type. For a StateMachine subclass, take StateMachineMenuContext instead.

Properties

Property

Description

GraphThe graph that owns the view the user right-clicked on.

Inheritance