C# Class Axiom.Samples.Label

Basic label widget.
Inheritance: Widget
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
textArea Axiom.Overlays.OverlayElement

Protected Properties

Свойство Type Description
isFitToTray bool

Méthodes publiques

Méthode Description
Label ( String name, String caption, Real width ) : System

Do not instantiate any widgets directly. Use SdkTrayManager.

OnCursorPressed ( Vector2 cursorPos ) : void

Method Details

Label() public méthode

Do not instantiate any widgets directly. Use SdkTrayManager.
public Label ( String name, String caption, Real width ) : System
name String
caption String
width Real
Résultat System

OnCursorPressed() public méthode

public OnCursorPressed ( Vector2 cursorPos ) : void
cursorPos Vector2
Résultat void

Property Details

isFitToTray protected_oe property

protected bool isFitToTray
Résultat bool

textArea public_oe property

public OverlayElement,Axiom.Overlays textArea
Résultat Axiom.Overlays.OverlayElement