Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Dialog controls are UI overlays that provide contextual app information, often requesting a user action. Use dialogs to give users important information and request confirmation or extra information before an action can be completed.
Dialog in MRTK (Mixed Reality Toolkit) for Unity
MRTK provides dialog control in three sizes with one or two button options. You can also specify the placement distance for near or far interaction range.
- DialogSmall_192x96.prefab: 192x96mm
- DialogMedium_192x128.prefab: 192x128mm
- DialogLarge_192x192.prefab: 192x192mm
- For more information, see MRTK - Dialog.