Click or drag to resize

Triangle2Item Property

Gets or sets the component at the specified index.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector2 this[
	int index
] { get; set; }

Parameters

index  Int32
The index of the component to access. Use 0 for the A component, 1 for the B component, and 2 for the C component.

Property Value

Vector2
The value of the A, B, or C component, depending on the index.

Return Value

Vector2
The value of the component at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when the index is out of the range [0, 2].
See Also