GeonBit.UI Documentation
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)

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.
