Table of Contents

Class DLCPlatformProfileAndroid

Namespace
DLCToolkit.Profile
Assembly
DLCToolkit.Profile.dll
public sealed class DLCPlatformProfileAndroid : DLCPlatformProfile
Inheritance
DLCPlatformProfileAndroid
Inherited Members

Constructors

DLCPlatformProfileAndroid(params string[])

Create a new instance.

public DLCPlatformProfileAndroid(params string[] platformDefines)

Parameters

platformDefines string[]

An array of platform defines

Properties

DLCAssetPackDirectory

The DLC custom asset pack directory.

public string DLCAssetPackDirectory { get; set; }

Property Value

string

DeliveryType

The DLC delivery type.

public string DeliveryType { get; set; }

Property Value

string

Methods

GetDLCCustomAssetPackGradlePath(string)

Get the Android gradle build file path for the DLC platform.

public string GetDLCCustomAssetPackGradlePath(string dlcName)

Parameters

dlcName string

The dlc name

Returns

string

The gradle file path

GetDLCCustomAssetPackPath(string)

Get the Android custom asset pack path for the DLC platform.

public string GetDLCCustomAssetPackPath(string dlcName)

Parameters

dlcName string

The dlc name

Returns

string

The asset pack path

GetDLCustomAssetGradleContents(string)

Get the Android gradle build file contents for the DLC platform.

public string GetDLCustomAssetGradleContents(string dlcName)

Parameters

dlcName string

The dlc name

Returns

string

The gradle file contents