ObjectTargetController.ObjFileSourceData Class

Description

Obj file data for target creation.


Fields

PathType

C#

public PathType PathType

File path type.

ObjPath

C#

public string ObjPath

Obj file path.

ExtraFilePaths

C#

public List<string> ExtraFilePaths

extra file paths referenced in obj file and other files, like .mtl, jpg, .png. These files are usually multiple textures and mtl files.

Name

C#

public string Name

Target name.

Scale

C#

public float Scale

Target scale in meter. Reference ObjectTarget.scale .