Extension class for Object
Static Public Member Functions | |
static List< string > | GetFieldsNames (this UnityEngine.Object obj) |
Return a string list of all fields in the UnityEngine.Object. More... | |
static List< string > | GetFieldsNames (this UnityEngine.Object obj, Type type) |
Return a string list of all fields of the passed type in the UnityEngine.Object. More... | |
static List< string > | GetFieldsNames (this UnityEngine.Object obj, BindingFlags bindingFlags) |
Return a string list of all fields wich match BindingFlags in the UnityEngine.Object. More... | |
static List< string > | GetFieldsNames (this UnityEngine.Object obj, Type type, BindingFlags bindingFlags) |
Return a string list of all fields of the passed type and wich match BindingFlags in the UnityEngine.Object More... | |
static List< string > | GetPropertiesNames (this UnityEngine.Object obj) |
Return a string list of all properties in the UnityEngine.Object. More... | |
static List< string > | GetPropertiesNames (this UnityEngine.Object obj, Type type) |
Return a string list of all properties of the passed type in the UnityEngine.Object. More... | |
static List< string > | GetPropertiesNames (this UnityEngine.Object obj, BindingFlags bindingFlags) |
Return a string list of all properties wich match BindingFlags in the UnityEngine.Object. More... | |
static List< string > | GetPropertiesNames (this UnityEngine.Object obj, Type type, BindingFlags bindingFlags) |
Return a string list of all properties of the passed type and wich match BindingFlags in the UnityEngine.Object. More... | |
static List< string > | GetFieldsNames (this object obj) |
Return a string list of all fields in the object. More... | |
static List< string > | GetFieldsNames (this object obj, Type type) |
Return a string list of all fields of the passed type in the object. More... | |
static List< string > | GetFieldsNames (this object obj, BindingFlags bindingFlags) |
Return a string list of all fields wich match BindingFlags in the object. More... | |
static List< string > | GetFieldsNames (this object obj, Type type, BindingFlags bindingFlags) |
Return a string list of all fields of the passed type and wich match BindingFlags in the object. More... | |
static List< string > | GetPropertiesNames (this object obj) |
Return a string list of all properties in the object. More... | |
static List< string > | GetPropertiesNames (this object obj, Type type) |
Return a string list of all properties of the passed type in the object. More... | |
static List< string > | GetPropertiesNames (this object obj, BindingFlags bindingFlags) |
Return a string list of all properties wich match BindingFlags in the object. More... | |
static List< string > | GetPropertiesNames (this object obj, Type type, BindingFlags bindingFlags) |
Return a string list of all properties of the passed type and wich match BindingFlags in the object. More... | |
|
static |
Return a string list of all fields in the object.
obj | The Object source. |
|
static |
Return a string list of all fields wich match BindingFlags in the object.
obj | The Object source. |
bindingFlags | List of BindingFlags to specify search criteria. |
|
static |
Return a string list of all fields of the passed type in the object.
obj | The Object source. |
type | The Type to filter on. |
|
static |
Return a string list of all fields of the passed type and wich match BindingFlags in the object.
obj | The Object source. |
type | The Type to filter on. |
bindingFlags | List of BindingFlags to specify search criteria. |
|
static |
Return a string list of all fields in the UnityEngine.Object.
obj | The Object source. |
|
static |
Return a string list of all fields wich match BindingFlags in the UnityEngine.Object.
obj | The Object source. |
bindingFlags | List of BindingFlags to specify search criteria. |
|
static |
Return a string list of all fields of the passed type in the UnityEngine.Object.
obj | The Object source. |
type | The Type to filter on. |
|
static |
Return a string list of all fields of the passed type and wich match BindingFlags in the UnityEngine.Object
obj | The Object source. |
type | The Type to filter on. |
bindingFlags | List of BindingFlags to specify search criteria. |
|
static |
Return a string list of all properties in the object.
obj | The Object source. |
|
static |
Return a string list of all properties wich match BindingFlags in the object.
obj | The Object source. |
bindingFlags | List of BindingFlags to specify search criteria. |
|
static |
Return a string list of all properties of the passed type in the object.
obj | The Object source. |
type | The Type to filter on. |
|
static |
Return a string list of all properties of the passed type and wich match BindingFlags in the object.
obj | The Object source. |
type | The Type to filter on. |
bindingFlags | List of BindingFlags to specify search criteria. |
|
static |
Return a string list of all properties in the UnityEngine.Object.
obj | The Object source. |
|
static |
Return a string list of all properties wich match BindingFlags in the UnityEngine.Object.
obj | The Object source. |
bindingFlags | List of BindingFlags to specify search criteria. |
|
static |
Return a string list of all properties of the passed type in the UnityEngine.Object.
obj | The Object source. |
type | The Type to filter on. |
|
static |
Return a string list of all properties of the passed type and wich match BindingFlags in the UnityEngine.Object.
obj | The Object source. |
type | The Type to filter on. |
bindingFlags | List of BindingFlags to specify search criteria. |