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 SourceSceneName
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 SourceOnSceneChange(Scene)
Action to perform when SceneName becomes the active scene.
Declaration
void OnSceneChange(Scene to)
Parameters
Type | Name | Description |
---|---|---|
Scene | to |