TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IBeginEnd in Tinman.Core.Util

Base interface for classes that exhibit a begin/end semantic.

interface IBeginEnd base of BeginEnd
  Context
  DatasetCollection
  Graphics
  IBeginEndSync
  IBeginEndWrite
  IGraphicsContext
  IShaderTechnique
  IVertexUpdater
  ModelRenderer
  Renderer
  VertexBufferCache

Methods

Begin

Begins an access to this object.

method Begin ()

Remarks:

See the documentation of the class which implements this interface for details on the operations that must be wrapped in Begin and End calls.

See also:

BeginEnd

End

Ends the current access to this object.

method End ()

Remarks:

See the documentation of the class which implements this interface for details on the operations that must be wrapped in Begin and End calls.

See also:

BeginEnd