SelectList Constructor (Vector2, Anchor, Nullable(Vector2), PanelSkin)

GeonBit.UI

SelectList Constructor (Vector2, Anchor, NullableVector2, PanelSkin)
Create the select list.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SelectList(
	Vector2 size,
	Anchor anchor = Anchor.Auto,
	Nullable<Vector2> offset = null,
	PanelSkin skin = PanelSkin.ListBackground
)

Parameters

size
Type: Vector2
List size.
anchor (Optional)
Type: GeonBit.UI.EntitiesAnchor
Position anchor.
offset (Optional)
Type: SystemNullableVector2
Offset from anchor position.
skin (Optional)
Type: GeonBit.UI.EntitiesPanelSkin
SelectList skin, eg which texture to use.
See Also