Interface IBuildType
Interface IBuildType
Namespace: UnityEditor.Industrial.Configuring.Build
Syntax
public interface IBuildType : IEquatable<IBuildType>
Properties
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String | The name. |
PrefabInjection
Gets the prefab injection.
Declaration
string PrefabInjection { get; }
Property Value
Type | Description |
---|---|
String | The prefab injection. |
SceneInjection
Gets the scene injection.
Declaration
string[] SceneInjection { get; }
Property Value
Type | Description |
---|---|
String[] | The scene injection. |