Table of Contents

Class GPEvent

Namespace
MoonBark.GridPlacement.Core.Events
Assembly
MoonBark.GridPlacement.Core.dll

Base class for all Godot-specific placement events.

public abstract class GPEvent
Inheritance
GPEvent
Inherited Members

Constructors

GPEvent(object)

protected GPEvent(object source)

Parameters

source object

Properties

Source

Source object that raised the event.

public object Source { get; }

Property Value

object

Timestamp

Timestamp when the event was created.

public DateTime Timestamp { get; }

Property Value

DateTime