Corgi Engine  v8.8
MoreMountains.Feedbacks.MMFeedbackStaticMethods Class Reference

Static Public Member Functions

static Component GetComponentNoAlloc (this GameObject @this, System.Type componentType)
 Grabs a component without allocating memory uselessly More...
 
static Type MMFGetTypeByName (string name)
 
static T MMFGetComponentNoAlloc< T > (this GameObject @this)
 Grabs a component without allocating memory uselessly More...
 

Member Function Documentation

◆ GetComponentNoAlloc()

static Component MoreMountains.Feedbacks.MMFeedbackStaticMethods.GetComponentNoAlloc ( this GameObject @  this,
System.Type  componentType 
)
static

Grabs a component without allocating memory uselessly

Parameters
this
componentType
Returns

◆ MMFGetComponentNoAlloc< T >()

static T MoreMountains.Feedbacks.MMFeedbackStaticMethods.MMFGetComponentNoAlloc< T > ( this GameObject @  this)
static

Grabs a component without allocating memory uselessly

Template Parameters
T
Parameters
this
Returns
Type Constraints
T :Component 

◆ MMFGetTypeByName()

static Type MoreMountains.Feedbacks.MMFeedbackStaticMethods.MMFGetTypeByName ( string  name)
static

The documentation for this class was generated from the following file: