Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDefault(string)

Get the default value for this parameter.
Read time 1 minuteLast updated 12 days ago

Definition

public int GetDefault(string paramKey)

Parameters

paramKey

Parameter key to look up.

Returns

Type

Description

intThe default value for the key if it can be found, or 0 if not.