Constructor for internal use by the runtime.
Object that conains the method.
Name of the method.
Style that control whether the method is inspected.
ReadonlynameReturns the name of the method.
ReadonlyparentThe parent serializable object to call the method on.
ReadonlyreflectionThe ReflectionMember that is being inspected.
ReadonlystyleAll attributes of the inspector method. Determines how the method show be displayed on the UI.
The InspectableMethod provides accessto meta-data about method in an object. The primary use-case for this class is type reflection within the Inspector APIs.