Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetComponent<T>()

Returns a component of type T. For PlayerSettings, returns the global fallback if no PlayerSettings component is found. Returns null if the component isn't available.
Read time 1 minuteLast updated 10 days ago

Definition

public T GetComponent<T>() where T : Object

Returns

Type

Description

TSettings component type to fetch. Expects a ScriptableObject implementation or PlayerSettings.

Remarks

Note: This function is restricted to ScriptableObject types or PlayerSettings.