Click or drag to resize

SerializedDelegate Class

This class allows for a delegate to be serialized for a component and method on a given GameObject.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.UtilitiesSerializedDelegate

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class SerializedDelegate

The SerializedDelegate type exposes the following members.

Constructors
  NameDescription
Public methodSerializedDelegate
Default constructor.
Top
Properties
  NameDescription
Public propertyDelegateType
The delegate type of the method.
Public propertyTargetGameObject
Target Game Object to invoke the callback under selected component
Top
Methods
  NameDescription
Public methodResolveDelegate
This resolves the actual delegate for invoke.
Top
See Also