Answers for "unity get type of component"

C#
0

get all components of type unity

BaseClass[] components = GameObject.FindObjectsOfType<BaseClass>();
Posted by: Guest on October-28-2021

C# Answers by Framework

Browse Popular Code Answers by Language