Skip to content

AlignmentValue<TValue> ​

This struct is used to represent an alignment value.

Kind: Struct

Namespace: CrowdControl.Common

Inheritance: IAlignmentValue

Public Constructors

AlignmentValue<TValue>(TValue value)

Creates a new instance of the CrowdControl.Common.AlignmentValue<1 struct.

AlignmentValue<TValue>(EnumWrapper value)

Creates a new instance of the CrowdControl.Common.AlignmentValue<1 struct.

AlignmentValue<TValue>(float floatValue)

Creates a new instance of the CrowdControl.Common.AlignmentValue<1 struct.

AlignmentValue<TValue>(double doubleValue)

Creates a new instance of the CrowdControl.Common.AlignmentValue<1 struct.

Public Member Functions

virtual override

string

ToString()

bool

Equals(AlignmentValue other)

Determines whether the specified CrowdControl.Common.AlignmentValue<1 is equal to the current object.

virtual override

bool

Equals(object obj)

Determines whether the specified CrowdControl.Common.AlignmentValue<1 is equal to the current object.

virtual override

int

GetHashCode()

Properties

EnumWrapper

EnumValue

[get, ]

The wrapped enum value representing the alignment value.

float

FloatValue

[get, ]

The float value representing the alignment value.