public decimal[] asArray()
 {
     return(EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "asArray" }
     }
                ));
 }
 public static CachedEntity[] MakeArray(object obj, System.Nullable <bool> allowsNullUndefined = null)
 {
     return(EventHorizonBlazorInterop.FuncArray <CachedEntity>(
                new object[]
     {
         new string[] { "BABYLON", "Tools", "MakeArray" }, obj, allowsNullUndefined
     }
                ));
 }
 public decimal[] getTransformMatrices(AbstractMesh mesh)
 {
     return(EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "getTransformMatrices" }, mesh
     }
                ));
 }
 public static decimal[] GetAsMatrix3x3(Matrix matrix)
 {
     return(EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { "BABYLON", "Matrix", "GetAsMatrix3x3" }, matrix
     }
                ));
 }
 public async ValueTask <decimal[]> getFloatFrequencyData()
 {
     return(await EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "getFloatFrequencyData" }
     }
                ));
 }
 public string[] getVerticesDataKinds()
 {
     return(EventHorizonBlazorInterop.FuncArray <string>(
                new object[]
     {
         new string[] { this.___guid, "getVerticesDataKinds" }
     }
                ));
 }
Exemple #7
0
 public decimal[] getByteTimeDomainData()
 {
     return(EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "getByteTimeDomainData" }
     }
                ));
 }
Exemple #8
0
 public static async ValueTask <decimal[]> CheckColors4(decimal[] colors, decimal count)
 {
     return(await EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { "BABYLON", "Color4", "CheckColors4" }, colors, count
     }
                ));
 }
 public decimal[] getTangents()
 {
     return(EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "getTangents" }
     }
                ));
 }
 public async ValueTask <string[]> getAttributesNames()
 {
     return(await EventHorizonBlazorInterop.FuncArray <string>(
                new object[]
     {
         new string[] { this.___guid, "getAttributesNames" }
     }
                ));
 }
 public async ValueTask <decimal[]> getVerticesData(string kind, System.Nullable <bool> copyWhenShared = null)
 {
     return(await EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "getVerticesData" }, kind, copyWhenShared
     }
                ));
 }
 public string[] getUniformBuffersNames()
 {
     return(EventHorizonBlazorInterop.FuncArray <string>(
                new object[]
     {
         new string[] { this.___guid, "getUniformBuffersNames" }
     }
                ));
 }
 public string[] getSamplers()
 {
     return(EventHorizonBlazorInterop.FuncArray <string>(
                new object[]
     {
         new string[] { this.___guid, "getSamplers" }
     }
                ));
 }
Exemple #14
0
 public async ValueTask <string[]> getVerticesDataKinds()
 {
     return(await EventHorizonBlazorInterop.FuncArray <string>(
                new object[]
     {
         new string[] { this.___guid, "getVerticesDataKinds" }
     }
                ));
 }
Exemple #15
0
 public decimal[] getFloatFrequencyData()
 {
     return(EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "getFloatFrequencyData" }
     }
                ));
 }
Exemple #16
0
 public async ValueTask <decimal[]> getIndices(System.Nullable <bool> copyWhenShared = null, System.Nullable <bool> forceCopy = null)
 {
     return(await EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "getIndices" }, copyWhenShared, forceCopy
     }
                ));
 }
 public decimal[] getVerticesData(string kind, System.Nullable <bool> copyWhenShared = null, System.Nullable <bool> forceCopy = null)
 {
     return(EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "getVerticesData" }, kind, copyWhenShared, forceCopy
     }
                ));
 }
Exemple #18
0
 public async ValueTask <decimal[]> asArray()
 {
     return(await EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "asArray" }
     }
                ));
 }
 public static async ValueTask <decimal[]> GetAsMatrix2x2(Matrix matrix)
 {
     return(await EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { "BABYLON", "Matrix", "GetAsMatrix2x2" }, matrix
     }
                ));
 }