Table of Contents

Class ObjectTargetController.ObjFileSourceData

Namespace
easyar
Assembly
EasyAR.Sense.dll

Create obj file data for target.

[Serializable]
public class ObjectTargetController.ObjFileSourceData : ObjectTargetController.SourceData
Inheritance
ObjectTargetController.ObjFileSourceData

Fields

ExtraFilePaths

Additional file paths referenced in the Obj file and other files, such as: .mtl, .jpg, .png, etc. These files generally consist of multiple texture files and mtl files.

public List<string> ExtraFilePaths

Field Value

Name

Target name.

public string Name

Field Value

ObjPath

Obj file path.

public string ObjPath

Field Value

PathType

File path type.

public PathType PathType

Field Value

Scale

Scale ratio of Target, unit is meter. Reference scale().

public float Scale

Field Value