Class ImageTargetController.Texture2DSourceData
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Texture2D data for creating a target.
[Serializable]
public class ImageTargetController.Texture2DSourceData : ImageTargetController.SourceData
- Inheritance
-
ImageTargetController.Texture2DSourceData
Fields
Name
Target name.
public string Name
Scale
The scale of the target image, in meters. See scale().
public float Scale
Texture
A readable Texture2D object.
public Texture2D Texture
Properties
IsTextureLoadable
Whether Texture can be loaded.
public bool IsTextureLoadable { get; }
TexturePixelFormat
The PixelFormat of Texture.
public Optional<PixelFormat> TexturePixelFormat { get; }
TextureUnloadableReason
The reason why Texture cannot be loaded.
public string TextureUnloadableReason { get; }