Show / Hide Table of Contents

Interface IDeployer

Interface for very simple scene change actions, which can be added directly to settings.
The most common use is a Deployer, which creates an object at specified coordinates.

Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public interface IDeployer

Properties

| Improve this Doc View Source

SceneName

The scene in which the IDeployer acts. Used as a key for the scene change event, and thus should not mutate.

Declaration
string SceneName { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

OnSceneChange(Scene)

Action to perform when SceneName becomes the active scene.

Declaration
void OnSceneChange(Scene to)
Parameters
Type Name Description
Scene to

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX