Class EasyARSettings.TargetGizmoConfig.ImageTargetConfig
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
ImageTarget Gizmos configuration.
[Serializable]
public class EasyARSettings.TargetGizmoConfig.ImageTargetConfig
- Inheritance
-
EasyARSettings.TargetGizmoConfig.ImageTargetConfig
Fields
EnableImageFile
Enables Gizmos for targets whose Source type is ImageTargetController.ImageFileSourceData. Turning this on loads image files in Unity Editor and displays the corresponding gizmo. If there are too many targets of this type in the scene, editor startup performance may be affected. Unity runtime performance on device is not affected.
[Tooltip("Enable Gizmos of target which ImageTargetController.Source is type of ImageTargetController.ImageFileSourceData. Enable this option will load image file and display gizmo in Unity Editor, the startup performance of the Editor will be affected if there are too much target of this kind in the scene, but the Unity runtime will not be affected when running on devices.")]
public bool EnableImageFile
EnableTarget
Enables Gizmos for targets whose Source type is ImageTargetController.TargetSourceData. Turning this on displays the corresponding gizmo in Unity Editor. If there are too many targets of this type in the scene, editor startup performance may be affected. Unity runtime performance on device is not affected.
[Tooltip("Enable Gizmos of target which ImageTargetController.Source is type of ImageTargetController.TargetSourceData. Enable this option will display gizmo in Unity Editor, the startup performance of the Editor will be affected if there are too much target of this kind in the scene, but the Unity runtime will not be affected when running on devices.")]
public bool EnableTarget
EnableTargetDataFile
Enables Gizmos for targets whose Source type is ImageTargetController.TargetDataFileSourceData. Turning this on loads target data files in Unity Editor and displays the corresponding gizmo. If there are too many targets of this type in the scene, editor startup performance may be affected. Unity runtime performance on device is not affected.
[Tooltip("Enable Gizmos of target which ImageTargetController.Source is type of ImageTargetController.TargetDataFileSourceData. Enable this option will target data file and display gizmo in Unity Editor, the startup performance of the Editor will be affected if there are too much target of this kind in the scene, but the Unity runtime will not be affected when running on devices.")]
public bool EnableTargetDataFile
EnableTexture2D
Enables Gizmos for targets whose Source type is ImageTargetController.Texture2DSourceData. Turning this on displays the corresponding gizmo in Unity Editor. If there are too many targets of this type in the scene, editor startup performance may be affected. Unity runtime performance on device is not affected.
[Tooltip("Enable Gizmos of target which ImageTargetController.Source is type of ImageTargetController.Texture2DSourceData. Enable this option will display gizmo in Unity Editor, the startup performance of the Editor will be affected if there are too much target of this kind in the scene, but the Unity runtime will not be affected when running on devices.")]
public bool EnableTexture2D