Table of Contents

Class DumpEvent

Namespace
CustomKnight
Assembly
CustomKnight.dll

DumpEvent

public class DumpEvent : EventArgs
Inheritance
DumpEvent
Inherited Members

Properties

go

The dump GameObject

public GameObject go { get; set; }

Property Value

GameObject

scene

Scene of the dump object

public Scene scene { get; set; }

Property Value

Scene