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

interface IOperationOps in Tinman.Core.Threading.Operations

Defines common operations on IOperation objects.

interface IOperationOps base of IOperation

Methods

And

Returns an IOperation object that simultaneously executes this operation and the given one.

[OwnerReturn, OwnerThis]
method And ([Owner] IOperation operation)
type IOperation
params operation [not-null] The other operation.
returns [not-null] The resulting IOperation object.

Then

Returns an IOperation object that executes this operation, followed by the given operation.

[OwnerReturn, OwnerThis]
method Then ([Owner] IOperation operation)
type IOperation
params operation [not-null] The other operation.
returns [not-null] The resulting IOperation object.