Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Get

Retrieves the conditions nested in this group.
Read time 1 minuteLast updated 6 days ago

Definition

Get()

Retrieves the conditions nested in this group.
IEnumerable<ICondition> Get()

Returns

Type

Description

IEnumerable<ICondition>The nested conditions, in the order they appear in the group.

Get(int)

Retrieves the condition at the specified index.
ICondition Get(int index)

Parameters

index

The zero-based index of the condition to retrieve.

Returns

Type

Description

IConditionThe condition at the specified index.

Remarks

Throws ArgumentOutOfRangeException when the index is less than 0 or greater thanor equal to IGroupCondition.Count