Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

The IVariable associated with the specified name.
Read time 1 minuteLast updated 12 days ago

Definition

this[string]

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

Parameters

name

The name of the variable.

Returns

Type

Description

IVariableThe found variable.