Table of Contents

Class AddressablesBuilderAction

Namespace
CodeBase.ForBuildAssistant.Action
Assembly
4Experience.CodeBase.ForBuildAssistant.Editor.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Build Process/Build Actions/AddressablesBuilderAction")]
public class AddressablesBuilderAction : BaseBuildAction, IValidable
Inheritance
Object
ScriptableObject
AddressablesBuilderAction
Implements
Inherited Members
Extension Methods

Properties

AddressablesProfileCollection

private List<AddressablesBuilderAction.AddressablesProfileData> AddressablesProfileCollection { get; set; }

Property Value

List<AddressablesBuilderAction.AddressablesProfileData>

IsCustomProfileUse

private bool IsCustomProfileUse { get; set; }

Property Value

bool

Methods

Execute()

protected override void Execute()

Initialize()

public override void Initialize()

IsValid()

public override bool IsValid()

Returns

bool