public ValueTask set_WebGLRenderingContext(WebGLRenderingContextCachedEntity value) { __WebGLRenderingContext = null; return(EventHorizonBlazorInterop.Set( this.___guid, "WebGLRenderingContext", value )); }
public async ValueTask <WebGLRenderingContextCachedEntity> get_WebGLRenderingContext() { if (__WebGLRenderingContext == null) { __WebGLRenderingContext = await EventHorizonBlazorInterop.GetClass <WebGLRenderingContextCachedEntity>( this.___guid, "WebGLRenderingContext", (entity) => { return(new WebGLRenderingContextCachedEntity() { ___guid = entity.___guid }); } ); } return(__WebGLRenderingContext); }