ReflectionHelpers Methods
From Cinemachine
Cinemachine
![]() | ReflectionHelpers Methods |
The ReflectionHelpers type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessInternalFieldT | Cheater extension to access internal field of an object | |
| CopyFields | Copy the fields from one object to another | |
| GetFieldPathTType, TValue | Returns a string path from an expression - mostly used to retrieve serialized properties
without hardcoding the field path. Safer, and allows for proper refactoring. | |
| GetParentObject | Get the object owner of a field. This method processes
the '.' separator to get from the object that owns the compound field
to the object that owns the leaf field |
