Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AcceptsElement(GraphElement, ref string)

Whether the GraphElement can be added to this scope.
Read time 1 minuteLast updated 8 days ago

Definition

AcceptsElement(GraphElement, string)

public virtual bool AcceptsElement(GraphElement element, ref string reasonWhyNotAccepted)

Parameters

The element to add.

reasonWhyNotAccepted

The reason why the specified element cannot be added to the Scope.

Returns

Type

Description

boolReturns true if the specified element is accepted by the Scope. Returns false otherwise.