Example #1
0
 public async ValueTask <bool> get_svgAttributesComputationCompleted()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "svgAttributesComputationCompleted"
                ));
 }
 public async ValueTask <bool> get_toneMappingEnabled()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "toneMappingEnabled"
                ));
 }
 public async ValueTask <decimal> get_contrast()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "contrast"
                ));
 }
Example #4
0
 public async ValueTask <decimal> get_vertexCount()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "vertexCount"
                ));
 }
Example #5
0
 public async ValueTask <decimal> get_numInfluencers()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "numInfluencers"
                ));
 }
 public async ValueTask <bool> get_cull()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "cull"
                ));
 }
Example #7
0
 public async ValueTask <bool> get_enableUVMorphing()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "enableUVMorphing"
                ));
 }
 public async ValueTask <decimal> get_touchMoveSensibility()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "touchMoveSensibility"
                ));
 }
 public async ValueTask <CachedEntity> get_underlyingResource()
 {
     return(await EventHorizonBlazorInterop.Get <CachedEntity>(
                this.___guid,
                "underlyingResource"
                ));
 }
Example #10
0
 public async ValueTask <bool> get_populateNinePatchSlicesFromImage()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "populateNinePatchSlicesFromImage"
                ));
 }
Example #11
0
 public async ValueTask <bool> get_detectPointerOnOpaqueOnly()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "detectPointerOnOpaqueOnly"
                ));
 }
Example #12
0
 public static async ValueTask <decimal> get_STRETCH_NINE_PATCH()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                "BABYLON",
                "GUI.Image.STRETCH_NINE_PATCH"
                ));
 }
Example #13
0
 public async ValueTask <decimal> get_cellWidth()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "cellWidth"
                ));
 }
Example #14
0
 public async ValueTask <bool> get_autoScale()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "autoScale"
                ));
 }
 public async ValueTask <bool> get_isDirty()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "isDirty"
                ));
 }
 public async ValueTask <decimal> get_references()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "references"
                ));
 }
 public async ValueTask <decimal> get_cullFace()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "cullFace"
                ));
 }
 public async ValueTask <decimal> get_capacity()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "capacity"
                ));
 }
 public async ValueTask <decimal> get_depthFunc()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "depthFunc"
                ));
 }
 public async ValueTask<decimal> get_requestID()
 {
     return await EventHorizonBlazorInterop.Get<decimal>(
             this.___guid,
             "requestID"
         );
 }
Example #21
0
 public async ValueTask <decimal> get_uniqueId()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "uniqueId"
                ));
 }
Example #22
0
 public async ValueTask <string> get_state()
 {
     return(await EventHorizonBlazorInterop.Get <string>(
                this.___guid,
                "state"
                ));
 }
Example #23
0
 public async ValueTask <bool> get_supportsUVs()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "supportsUVs"
                ));
 }
Example #24
0
 public async ValueTask <ActionCallback <Node> > get_onReady()
 {
     return(await EventHorizonBlazorInterop.Get <ActionCallback <Node> >(
                this.___guid,
                "onReady"
                ));
 }
 public async ValueTask <decimal> get_exposure()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "exposure"
                ));
 }
Example #26
0
 public async ValueTask <bool> get_doNotSerialize()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "doNotSerialize"
                ));
 }
 public async ValueTask <decimal> get_toneMappingType()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "toneMappingType"
                ));
 }
 public async ValueTask <bool> get_depthTest()
 {
     return(await EventHorizonBlazorInterop.Get <bool>(
                this.___guid,
                "depthTest"
                ));
 }
 public async ValueTask <decimal> get_vignetteCameraFov()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "vignetteCameraFov"
                ));
 }
Example #30
0
 public async ValueTask <decimal> get_sourceHeight()
 {
     return(await EventHorizonBlazorInterop.Get <decimal>(
                this.___guid,
                "sourceHeight"
                ));
 }