IPlugin Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IPlugin : IDisposable
type IPlugin = interface
interface IDisposable
Public Interface IPlugin
Implements IDisposable
Derived
Implements
Properties
Methods
AddFrozenAnchor(AnchorId, Pose)
AddSpongyAnchors(List<AnchorPose>)
AddSpongyEdges(ICollection<AnchorEdge>)
ClearFrozenAnchors()
ClearFrozenEdges()
ClearSpongyAnchors()
ClearSpongyEdges()
ComputeAttachmentPointAdjustment(AnchorId, Vector3, AnchorId, Vector3, Pose)
CreateAttachmentPointFromHead(Vector3, AnchorId, Vector3)
CreateAttachmentPointFromSpawner(AnchorId, Vector3, Vector3, AnchorId, Vector3)
CreateDeserializer()
CreateSerializer(Single)
GetAlignment()
GetFrozenAnchorIds()
GetFrozenAnchors()
GetFrozenEdges()
GetMostSignificantFragmentId()
GetMostSignificantFrozenAnchorId()
GetNumFrozenEdges()
GetSpongyHead()
GetSupportRelevances()
Merge(FragmentId, FragmentPose[])
MoveAttachmentPoint(Vector3, AnchorId, Vector3)
MoveFrozenAnchor(AnchorId, Pose)
Refreeze(FragmentId, FragmentId[])
RefreezeFinish()
RemoveFrozenAnchor(AnchorId)
RemoveFrozenEdge(AnchorId, AnchorId)
ResetAlignment(Pose)
SetFrozenAnchorTransform(AnchorId, Pose)
SetMostSignificantSpongyAnchorId(AnchorId)
Step_Finish()
Step_Init(Pose)
Applies to