Class SpeckleUnityUpdateEvent
A custom UnityEvent
type for assigning methods to in the inspector of a manger instance.
The methods need to be public and accept a single argument of type SpeckleUnityUpdate
in order to be assignable.
Inheritance
System.Object
SpeckleUnityUpdateEvent
Namespace: SpeckleUnity
Assembly: cs.temp.dll.dll
Syntax
public class SpeckleUnityUpdateEvent : UnityEvent<SpeckleUnityUpdate>