Class StageRuntimeInterface
Runtime link to reflect some Stage functionality for SRP editing
Inherited Members
Namespace: UnityEngine.Rendering.LookDev
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class StageRuntimeInterface
Constructors
Name | Description |
---|---|
StageRuntimeInterface(Func<bool, GameObject>, Func<Camera>, Func<Light>) | Construct a StageRuntimeInterface |
Fields
Name | Description |
---|---|
SRPData | Custom data pointer for convenience |
Properties
Name | Description |
---|---|
camera | Get the camera used in the stage |
sunLight | Get the sun used in the stage |
Methods
Name | Description |
---|---|
AddGameObject(bool) | Create a gameObject in the stage |