Eye of the Nile Docs
Everything you need to know to get started!
Loading...
Searching...
No Matches
FMODUnity.SerializedPropertyExtensions Class Reference

Static Public Member Functions

static bool ArrayContains (this SerializedProperty array, Func< SerializedProperty, bool > predicate)
 
static bool ArrayContains (this SerializedProperty array, string subPropertyName, Func< SerializedProperty, bool > predicate)
 
static int FindArrayIndex (this SerializedProperty array, Func< SerializedProperty, bool > predicate)
 
static int FindArrayIndex (this SerializedProperty array, string subPropertyName, Func< SerializedProperty, bool > predicate)
 
static void ArrayAdd (this SerializedProperty array, Action< SerializedProperty > initialize)
 
static void ArrayClear (this SerializedProperty array)
 
static void SetGuid (this SerializedProperty property, FMOD.GUID guid)
 
static void SetEventReference (this SerializedProperty property, FMOD.GUID guid, string path)
 
static EventReference GetEventReference (this SerializedProperty property)
 

Static Private Member Functions

static FMOD.GUID GetGuid (this SerializedProperty property)
 

Member Function Documentation

◆ ArrayAdd()

static void FMODUnity.SerializedPropertyExtensions.ArrayAdd ( this SerializedProperty array,
Action< SerializedProperty > initialize )
static

◆ ArrayClear()

static void FMODUnity.SerializedPropertyExtensions.ArrayClear ( this SerializedProperty array)
static

◆ ArrayContains() [1/2]

static bool FMODUnity.SerializedPropertyExtensions.ArrayContains ( this SerializedProperty array,
Func< SerializedProperty, bool > predicate )
static

◆ ArrayContains() [2/2]

static bool FMODUnity.SerializedPropertyExtensions.ArrayContains ( this SerializedProperty array,
string subPropertyName,
Func< SerializedProperty, bool > predicate )
static

◆ FindArrayIndex() [1/2]

static int FMODUnity.SerializedPropertyExtensions.FindArrayIndex ( this SerializedProperty array,
Func< SerializedProperty, bool > predicate )
static

◆ FindArrayIndex() [2/2]

static int FMODUnity.SerializedPropertyExtensions.FindArrayIndex ( this SerializedProperty array,
string subPropertyName,
Func< SerializedProperty, bool > predicate )
static

◆ GetEventReference()

static EventReference FMODUnity.SerializedPropertyExtensions.GetEventReference ( this SerializedProperty property)
static

◆ GetGuid()

static FMOD.GUID FMODUnity.SerializedPropertyExtensions.GetGuid ( this SerializedProperty property)
staticprivate

◆ SetEventReference()

static void FMODUnity.SerializedPropertyExtensions.SetEventReference ( this SerializedProperty property,
FMOD.GUID guid,
string path )
static

◆ SetGuid()

static void FMODUnity.SerializedPropertyExtensions.SetGuid ( this SerializedProperty property,
FMOD.GUID guid )
static

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