Exemplo n.º 1
0
 public static T GetComponentByName <T>(this Component component, string name) where T : Component => ComponentCache.GetComponent <T>(component, name);
Exemplo n.º 2
0
 public static Rigidbody GetRigidBodyByName(this Atom atom, string name) => ComponentCache.GetRigidbody(atom, name);