Property | Type | Description | |
---|---|---|---|
ToWindowsPath | string |
Method | Description | |
---|---|---|
GetExtension ( BuildTarget target, BuildOptions options ) : string | ||
GetScriptLayoutFileFromBuild ( BuildOptions options, string installPath, string fileName ) : string | ||
LaunchPlayer ( |
||
PostProcess ( |
||
PostProcessScriptsOnly ( |
||
PrepareForBuild ( BuildOptions options, BuildTarget target ) : string | ||
SupportsInstallInBuildFolder ( ) : bool | ||
SupportsScriptsOnlyBuild ( ) : bool |
Method | Description | |
---|---|---|
CopyDataForBuildsFolder ( ) : void | ||
CopyFilter ( string path ) : bool | ||
DeleteDestination ( ) : void | ||
GetPlatformProvider ( BuildTarget target ) : IIl2CppPlatformProvider | ||
GetVariationName ( ) : string | ||
PlatformStringFor ( BuildTarget target ) : string | ||
RenameFilesInStagingArea ( ) : void |
Method | Description | |
---|---|---|
ToWindowsPath ( string path ) : string |
public GetExtension ( BuildTarget target, BuildOptions options ) : string | ||
target | BuildTarget | |
options | BuildOptions | |
return | string |
protected GetPlatformProvider ( BuildTarget target ) : IIl2CppPlatformProvider | ||
target | BuildTarget | |
return | IIl2CppPlatformProvider |
public GetScriptLayoutFileFromBuild ( BuildOptions options, string installPath, string fileName ) : string | ||
options | BuildOptions | |
installPath | string | |
fileName | string | |
return | string |
public LaunchPlayer ( |
||
args | ||
return | void |
protected PlatformStringFor ( BuildTarget target ) : string | ||
target | BuildTarget | |
return | string |
public PostProcess ( |
||
args | ||
return | void |
public PostProcessScriptsOnly ( |
||
args | ||
return | void |
public PrepareForBuild ( BuildOptions options, BuildTarget target ) : string | ||
options | BuildOptions | |
target | BuildTarget | |
return | string |
protected RenameFilesInStagingArea ( ) : void | ||
return | void |
public SupportsInstallInBuildFolder ( ) : bool | ||
return | bool |