Click or drag to resize

TextureIsBound Property

Checks if this texture is currently bound.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsBound { get; }

Property Value

Type: Boolean
True if this is the currently bound texture, False otherwise.
See Also