Delegates can have parameters, and this class makes it possible to save references to properties that can then be passed as function arguments, such as transform.position or widget.color.
More...
Delegates can have parameters, and this class makes it possible to save references to properties that can then be passed as function arguments, such as transform.position or widget.color.
EventDelegate.Parameter.Parameter |
( |
| ) |
|
EventDelegate.Parameter.Parameter |
( |
Object |
obj, |
|
|
string |
field |
|
) |
| |
bool EventDelegate.Parameter.cached = false |
System.Type EventDelegate.Parameter.expectedType = typeof(void) |
string EventDelegate.Parameter.field |
FieldInfo EventDelegate.Parameter.fieldInfo |
Object EventDelegate.Parameter.obj |
PropertyInfo EventDelegate.Parameter.propInfo |
System.Type EventDelegate.Parameter.type |
|
get |
object EventDelegate.Parameter.value |
|
get |
Return the property's current value.
The documentation for this class was generated from the following file: