| 
    UnityEssentials
    
   Small but useful tools and features for Unity 
   | 
 
Extensions for Component More...

Static Public Member Functions | |
| static T | GetComponentRequired< T > (this Component self) | 
| Get a component. Log an error if it is not found.  More... | |
Extensions for Component
Definition at line 7 of file ComponentExtensions.cs.
      
  | 
  static | 
Get a component. Log an error if it is not found.
| T | The type of component to get. | 
| T | : | Component | 
Definition at line 14 of file ComponentExtensions.cs.