Show / Hide Table of Contents

Class GameObjectCurrentMapChanged

Event arguments for events fired when an IGameObject is added to/removed from a Map.

Inheritance
object
EventArgs
GameObjectCurrentMapChanged
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.GameFramework
Assembly: GoRogue.dll
Syntax
public class GameObjectCurrentMapChanged : EventArgs

Constructors

View Source

GameObjectCurrentMapChanged(Map)

Creates a new argument for events.

Declaration
public GameObjectCurrentMapChanged(Map map)
Parameters
Type Name Description
Map map

Map the object was added to/removed from.

Fields

View Source

Map

The map that the object was added to/removed from.

Declaration
public readonly Map Map
Field Value
Type Description
Map

Extension Methods

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