Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PBXSourceTree

Specifies source trees for files.
Read time 1 minuteLast updated 10 days ago

Definition

public enum PBXSourceTree

Fields

Value

Description

AbsoluteThe file path is absolute path.
BuildThe file path is relative to build products path.
DeveloperThe file path is relative to the developer directory.
GroupThe file path is relative to the group the file is in.
SdkThe file path is relative to SDK path.
SourceThe file path is relative to the project path.