| DecalRendererDispose Method (Boolean) |
Releases the unmanaged resources used by an instance of the
SceneNodeRenderer
class and optionally releases the managed resources.
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax protected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
) override
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
to release both managed and unmanaged resources;
to release only unmanaged resources.
See Also