Example #1
0
 public async ValueTask <decimal[]> get_keysRight()
 {
     return(await EventHorizonBlazorInterop.GetArray <decimal>(
                this.___guid,
                "keysRight"
                ));
 }
 public async ValueTask <string[]> get_remappedVariables()
 {
     return(await EventHorizonBlazorInterop.GetArray <string>(
                this.___guid,
                "remappedVariables"
                ));
 }
Example #3
0
 public static async ValueTask <ActionCallback[]> get_CustomRequestModifiers()
 {
     return(await EventHorizonBlazorInterop.GetArray <ActionCallback>(
                "BABYLON",
                "WebRequest.CustomRequestModifiers"
                ));
 }
Example #4
0
 public async ValueTask <decimal[]> get_influences()
 {
     return(await EventHorizonBlazorInterop.GetArray <decimal>(
                this.___guid,
                "influences"
                ));
 }
 public async ValueTask <decimal[]> get_texturesRequired()
 {
     return(await EventHorizonBlazorInterop.GetArray <decimal>(
                this.___guid,
                "texturesRequired"
                ));
 }
 public async ValueTask <CachedEntity[]> get_lines()
 {
     return(await EventHorizonBlazorInterop.GetArray <CachedEntity>(
                this.___guid,
                "lines"
                ));
 }
Example #7
0
 public async ValueTask <string[]> get_targetPropertyPath()
 {
     return(await EventHorizonBlazorInterop.GetArray <string>(
                this.___guid,
                "targetPropertyPath"
                ));
 }
 public async ValueTask <string[]> get_samplers()
 {
     return(await EventHorizonBlazorInterop.GetArray <string>(
                this.___guid,
                "samplers"
                ));
 }
Example #9
0
 public async ValueTask <decimal[]> get_matricesWeightsExtra()
 {
     return(await EventHorizonBlazorInterop.GetArray <decimal>(
                this.___guid,
                "matricesWeightsExtra"
                ));
 }
Example #10
0
 public async ValueTask <decimal[]> get_positions()
 {
     return(await EventHorizonBlazorInterop.GetArray <decimal>(
                this.___guid,
                "positions"
                ));
 }