public decimal attachPostProcess(PostProcess postProcess, System.Nullable <decimal> insertAt = null) { return(EventHorizonBlazorInterop.Func <decimal>( new object[] { new string[] { this.___guid, "attachPostProcess" }, postProcess, insertAt } )); }
public void detachPostProcess(PostProcess postProcess) { EventHorizonBlazorInterop.Func <CachedEntity>( new object[] { new string[] { this.___guid, "detachPostProcess" }, postProcess } ); }
public async ValueTask removePostProcess(PostProcess postProcess) { await EventHorizonBlazorInterop.Func <CachedEntity>( new object[] { new string[] { this.___guid, "removePostProcess" }, postProcess } ); }
public async ValueTask setTextureFromPostProcessOutput(string channel, PostProcess postProcess) { await EventHorizonBlazorInterop.Func <CachedEntity>( new object[] { new string[] { this.___guid, "setTextureFromPostProcessOutput" }, channel, postProcess } ); }
public void setTextureFromPostProcess(string channel, PostProcess postProcess) { EventHorizonBlazorInterop.Func <CachedEntity>( new object[] { new string[] { this.___guid, "setTextureFromPostProcess" }, channel, postProcess } ); }
public PostProcess shareOutputWith(PostProcess postProcess) { return(EventHorizonBlazorInterop.FuncClass <PostProcess>( entity => new PostProcess() { ___guid = entity.___guid }, new object[] { new string[] { this.___guid, "shareOutputWith" }, postProcess } )); }
public async ValueTask <PostProcess> get_rigPostProcess() { if (__rigPostProcess == null) { __rigPostProcess = await EventHorizonBlazorInterop.GetClass <PostProcess>( this.___guid, "rigPostProcess", (entity) => { return(new PostProcess() { ___guid = entity.___guid }); } ); } return(__rigPostProcess); }