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

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
string

Methods

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)
  • View Source
In this article
Back to top Generated by DocFX