Share via


IPublisher.ReleaseLocalPeg(ILocalPeg) Method

Definition

Free up the resources from an ILocalPeg.

public void ReleaseLocalPeg (Microsoft.MixedReality.WorldLocking.ASA.ILocalPeg peg);
abstract member ReleaseLocalPeg : Microsoft.MixedReality.WorldLocking.ASA.ILocalPeg -> unit
Public Sub ReleaseLocalPeg (peg As ILocalPeg)

Parameters

peg
ILocalPeg

The peg to clean up.

Remarks

Param "peg" will be invalid after this call.

Applies to