|
| static FieldOrProperty | GetFieldOrProperty (this object obj, string name) |
| | Get the specified field or property. The result is cached in a lookup table. More...
|
| |
| static FieldOrProperty | GetFieldOrProperty (this Type type, string name) |
| | Get the specified field or property. The result is cached in a lookup table. More...
|
| |
| static object | GetFieldOrPropertyValue (this object obj, string name) |
| | Get the value of a field or property of an object. More...
|
| |
| static object | GetFieldOrPropertyValue (this object obj, string name, object defaultVal) |
| | Get the value of a field or property of an object. More...
|
| |
| static T | GetFieldOrPropertyValue< T > (this object obj, string name) |
| | Get the specified field or property of an object, cast into the chosen type using TNet's serialization. More...
|
| |
| static T | GetFieldOrPropertyValue< T > (this object obj, string name, T defaultVal) |
| | Get the specified field or property of an object, cast into the chosen type using TNet's serialization. More...
|
| |
| static void | SetFieldOrPropertyValue (this object obj, string name, object val, GameObject go=null) |
| | Set the value of a field or property of an object. More...
|
| |
Convenience extension methods for the TNet.Property.