Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNodeOption(int)

Retrieves a node option using its zero-based index.
Read time 1 minuteLast updated 6 days ago

Definition

public INodeOption GetNodeOption(int index)

Parameters

index

Index of the node option, based on display order.

Returns

Type

Description

INodeOptionThe node option at the specified index.

Remarks

The index is zero-based.