C# Class CSharpGL.EnableState

GL.Enable(cap); or GL.Disable(cap);
Inheritance: GLState
Afficher le fichier Open project: bitzhuwei/CSharpGL

Protected Properties

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

Méthodes publiques

Méthode Description
EnableState ( uint capacity )

GL.Enable(capacity);

EnableState ( uint capacity, bool enableCapacity )

GL.Enable(capacity); or GL.Disable(capacity);

ToString ( ) : string

Méthodes protégées

Méthode Description
StateOff ( ) : void

StateOn ( ) : void

Private Methods

Méthode Description
Init ( uint capacity, bool enableCapacity ) : void

Method Details

EnableState() public méthode

GL.Enable(capacity);
public EnableState ( uint capacity )
capacity uint

EnableState() public méthode

GL.Enable(capacity); or GL.Disable(capacity);
public EnableState ( uint capacity, bool enableCapacity )
capacity uint
enableCapacity bool Enable() or Disable() this capacity?

StateOff() protected méthode

protected StateOff ( ) : void
Résultat void

StateOn() protected méthode

protected StateOn ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

enableCapacityWhenStateOn protected_oe property

protected bool enableCapacityWhenStateOn
Résultat bool