Show / Hide Table of Contents

Class RegionAreaChangedEventArgs

Event fired when a region's Area is changed.

Inheritance
object
EventArgs
RegionAreaChangedEventArgs
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: GoRogue.MapGeneration
Assembly: GoRogue.dll
Syntax
public class RegionAreaChangedEventArgs : EventArgs

Constructors

View Source

RegionAreaChangedEventArgs(PolygonArea, PolygonArea)

The Event Arguments for when a region's area is changed

Declaration
public RegionAreaChangedEventArgs(PolygonArea oldValue, PolygonArea newValue)
Parameters
Type Name Description
PolygonArea oldValue

The former value of the Area

PolygonArea newValue

The new value of the Area

Fields

View Source

NewValue

The Area to which we update

Declaration
public readonly PolygonArea NewValue
Field Value
Type Description
PolygonArea
View Source

OldValue

The previous Area

Declaration
public readonly PolygonArea OldValue
Field Value
Type Description
PolygonArea

Extension Methods

Utility.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX