ReflectionHelpers Methods

Cinemachine

ReflectionHelpers Methods

The ReflectionHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAccessInternalFieldT
Cheater extension to access internal field of an object
Public methodStatic memberCopyFields
Copy the fields from one object to another
Public methodStatic memberGetFieldPathTType, 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.
Public methodStatic memberGetParentObject
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
Top
See Also