Table of Contents

Class ImageTargetController.Texture2DSourceData

Пространство имен
easyar
Сборка
EasyAR.Sense.dll

Данные Texture2D для создания target.

[Serializable]
public class ImageTargetController.Texture2DSourceData : ImageTargetController.SourceData
Наследование
ImageTargetController.Texture2DSourceData

Поля

Name

Имя target.

public string Name

Scale

Масштаб изображения target в метрах. См. scale().

public float Scale

Texture

Доступный для чтения объект Texture2D.

public Texture2D Texture

Свойства

IsTextureLoadable

Может ли быть загружен Texture.

public bool IsTextureLoadable { get; }

TexturePixelFormat

PixelFormat для Texture.

public Optional<PixelFormat> TexturePixelFormat { get; }

TextureUnloadableReason

Причина, по которой Texture не может быть загружен.

public string TextureUnloadableReason { get; }