Table of Contents

Class CurvyEventArgs

public class CurvyEventArgs : EventArgs
Inheritance
CurvyEventArgs
Derived

Constructors

CurvyEventArgs(MonoBehaviour, object)

public CurvyEventArgs(MonoBehaviour sender, object data)

Parameters

sender MonoBehaviour
data object

Fields

Data

Custom data

public readonly object Data

Field Value

object

Sender

The component raising the event

public readonly MonoBehaviour Sender

Field Value

MonoBehaviour