Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

The global variable group that matches name.
Read time 1 minuteLast updated 6 days ago

Definition

this[string]

public VariablesGroupAsset this[string name] { get; set; }

Parameters

name

The name of the group to return.

Returns

Type

Description

VariablesGroupAssetThe global variable group registered under the specified name.