Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ContainsKey(string)

Returns true if a global variable group is found with the same name.
Read time 1 minuteLast updated 12 days ago

Definition

public bool ContainsKey(string name)

Parameters

name

The name of the global variable group to check for.

Returns

Type

Description

bool
true
if a group with the name is found or
false
if one is not.