Shooter Template  1.2.3
Static Public Member Functions | List of all members
Invector.vEditorHelper Class Reference
Inheritance diagram for Invector.vEditorHelper:

Static Public Member Functions

static string GetPropertyName< T > (Expression< Func< T >> propertyLambda)
 Get PropertyName More...
 
static bool IsUnityEventyType (Type type)
 Check if type is a UnityEngine.Events.UnityEvent More...
 

Member Function Documentation

◆ GetPropertyName< T >()

static string Invector.vEditorHelper.GetPropertyName< T > ( Expression< Func< T >>  propertyLambda)
static

Get PropertyName

Template Parameters
T
Parameters
propertyLambdaYou must pass a lambda of the form: '() => Class.Property' or '() => object.Property'
Returns

◆ IsUnityEventyType()

static bool Invector.vEditorHelper.IsUnityEventyType ( Type  type)
static

Check if type is a UnityEngine.Events.UnityEvent

Parameters
type
Returns

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