IPlugin インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public interface IPlugin : IDisposable
type IPlugin = interface
interface IDisposable
Public Interface IPlugin
Implements IDisposable
- 派生
-
- 実装
-
プロパティ
メソッド
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)
|
適用対象