Class CurvyCGEventArgs
- Namespace
- FluffyUnderware.Curvy
EventArgs for CurvyCGEvent events
public class CurvyCGEventArgs : EventArgs
- Inheritance
-
CurvyCGEventArgs
Constructors
CurvyCGEventArgs(CGModule)
public CurvyCGEventArgs(CGModule module)
Parameters
moduleCGModule
CurvyCGEventArgs(CurvyGenerator, CGModule)
public CurvyCGEventArgs(CurvyGenerator generator, CGModule module)
Parameters
generatorCurvyGeneratormoduleCGModule
Fields
Generator
The related CurvyGenerator
public readonly CurvyGenerator Generator
Field Value
Module
The related CGModule
public readonly CGModule Module
Field Value
Sender
the component raising the event
public readonly MonoBehaviour Sender
Field Value
- MonoBehaviour