AntTweakBar.Separator.Separator C# (CSharp) Méthode

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
        public Separator(Bar bar, String def = null)
            : base(bar, InitSeparator, def, false)
        {                                /* ^^^^^ */
            /* Special case: separators should have no labels. */
        }