Class ColorUnityEvent
Color Unity Event implementation to serialize in the editor.
Implements
Inherited Members
UnityEvent<Color>.AddListener(UnityAction<Color>)
UnityEvent<Color>.RemoveListener(UnityAction<Color>)
UnityEvent<Color>.Invoke(Color)
UnityEventBase.ToString()
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
[Serializable]
public class ColorUnityEvent : UnityEvent<Color>, ISerializationCallbackReceiver