Version: 2018.4
public string[] GetAllBuildPhasesForTarget (string targetGuid);

パラメーター

targetGuid[[TargetGuidByName()]] によって取得できる target の GUID

戻り値

string[] Returns all of the build phases for the specified target.

説明

Returns all build phases for the specified target.

The type and name of each phases can be queried using [[GetBuildPhaseType(string)]] and [[GetBuildPhaseName(string)]] respectively.