Show / Hide Table of Contents

Class FOVRecalculatedEventArgs

Arguments for event fired when FOV is recalculated.

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

Constructors

View Source

FOVRecalculatedEventArgs(FOVCalculateParameters)

Create and configure the event argument object.

Declaration
public FOVRecalculatedEventArgs(FOVCalculateParameters calculateParameters)
Parameters
Type Name Description
FOVCalculateParameters calculateParameters

The parameters given to the calculate function (explicit and implicit).

Fields

View Source

CalculateParameters

The parameters (implicit and explicit) given to the Calculate call which triggered the event.

Declaration
public readonly FOVCalculateParameters CalculateParameters
Field Value
Type Description
FOVCalculateParameters

Extension Methods

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