Show / Hide Table of Contents

Class MetaDistro

Run any number of other distros.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
DistroBase
MetaDistro
Inherited Members
DistroBase.builds
DistroBase.IsRunning
DistroBase.HasAllBuilds()
DistroBase.Build()
DistroBase.Distribute()
DistroBase.Distribute(Boolean)
DistroBase.ForceCancel()
DistroBase.Cancel()
DistroBase.BuildAndGetBuildPaths(Boolean)
DistroBase.DistributeCoroutine(Boolean)
DistroBase.runningScripts
DistroBase.Execute(String, String, String, Action<String>, Action<String>)
DistroBase.Execute(ProcessStartInfo, String, Action<String>, Action<String>)
DistroBase.RunCoroutine(IEnumerator)
DistroBase.GetSubroutineResult<T>()
Namespace: sttz.Trimmer.Editor
Assembly: Trimmer-Editor.dll
Syntax
[CreateAssetMenu(fileName = "Meta Distro.asset", menuName = "Trimmer/Meta", order = 100)]
public class MetaDistro : DistroBase

Fields

| Improve this Doc View Source

distros

Declaration
public DistroBase[] distros
Field Value
Type Description
DistroBase[]

Properties

| Improve this Doc View Source

CanRunWithoutBuildTargets

Declaration
public override bool CanRunWithoutBuildTargets { get; }
Property Value
Type Description
System.Boolean
Overrides
DistroBase.CanRunWithoutBuildTargets

Methods

| Improve this Doc View Source

DistributeCoroutine(IEnumerable<DistroBase.BuildPath>, Boolean)

Declaration
protected override IEnumerator DistributeCoroutine(IEnumerable<DistroBase.BuildPath> buildPaths, bool forceBuild)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<DistroBase.BuildPath> buildPaths
System.Boolean forceBuild
Returns
Type Description
System.Collections.IEnumerator
Overrides
DistroBase.DistributeCoroutine(IEnumerable<DistroBase.BuildPath>, Boolean)
  • Improve this Doc
  • View Source
Back to top © 2017 Adrian Stutz