C# Class AntTweakBar.Separator

An AntTweakBar separator, which visually separates other variables.
Inheritance: Variable
显示文件 Open project: TomCrypto/AntTweakBar.NET Class Usage Examples

Public Methods

Method Description
Separator ( Bar bar, String def = null ) : System

Creates a new separator in a given bar.

ToString ( ) : String

Private Methods

Method Description
InitSeparator ( Variable var, String id ) : void

Initialization delegate, which creates the separator.

Method Details

Separator() public method

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.
return System

ToString() public method

public ToString ( ) : String
return String