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)
|
适用于