Skip to content

Alignment ​

Represents the alignment of an effect.

Kind: Struct

Namespace: CrowdControl.Common

Public Constructors

Alignment()

Creates a new instance of the CrowdControl.Common.Alignment struct with neutral values.

Alignment(Orderliness orderliness)

Creates a new instance of the CrowdControl.Common.Alignment struct with neutral values.

Alignment(Morality morality)

Creates a new instance of the CrowdControl.Common.Alignment struct with neutral values.

Alignment(AlignmentValue orderliness, AlignmentValue morality)

Creates a new instance of the CrowdControl.Common.Alignment struct with neutral values.

Public Member Functions

void

Deconstruct(Orderliness out orderliness, Morality out morality)

Deconstructs the CrowdControl.Common.Alignment struct into a System.ValueTuple of components.

Public Attributes

AlignmentValue

Orderliness

Order alignment of the effect.

AlignmentValue

Morality

Moral alignment of the effect.