Interface IPipelineContainer
Can be implemented by MonoBehaviors to provide a Pipeline for external use, e.g. to show respective node previews.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
public interface IPipelineContainer
Properties
Pipeline
Gets a contained Pipeline.
Declaration
Pipeline Pipeline { get; }
Property Value
Type | Description |
---|---|
Pipeline |