C# Class AntTweakBar.Separator

An AntTweakBar separator, which visually separates other variables.
Inheritance: Variable
Afficher le fichier Open project: TomCrypto/AntTweakBar.NET Class Usage Examples

Méthodes publiques

Méthode Description
Separator ( Bar bar, String def = null ) : System

Creates a new separator in a given bar.

ToString ( ) : String

Private Methods

Méthode Description
InitSeparator ( Variable var, String id ) : void

Initialization delegate, which creates the separator.

Method Details

Separator() public méthode

Creates a new separator in a given bar.
public Separator ( Bar bar, String def = null ) : System
bar Bar The bar to create the separator in.
def String An optional definition string for the new separator.
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String