Skip to main content

Class AddonDrawArgs

Addon argument data for Draw events.

Assembly: Dalamud.dll
View Source
Declaration
public class AddonDrawArgs : AddonArgs, ICloneable

Inheritance: System.Object -> Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonArgs

Implements:
System.ICloneable

Properties

Type

Gets the type of these args.

View Source
Declaration
public override AddonArgsType Type { get; }

Methods

Clone()

Creates a new object that is a copy of the current instance.

View Source
Declaration
public AddonDrawArgs Clone()
Returns

Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonDrawArgs: A new object that is a copy of this instance.

Implements

  • System.ICloneable