dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Functions
GetSpriteInfo Class
public class GetSpriteInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Functions.GetSpriteInfo>
Inheritance System.Object 🡒 GetSpriteInfo
Implements System.IEquatable<GetSpriteInfo>
Remarks
You may reference the following input parameters by name in your JavaScript: name.
Constructors
GetSpriteInfo(string) Constructor
public GetSpriteInfo(string JavaScriptFunction);
Parameters
JavaScriptFunction
System.String
The JavaScript function to call, passed as a string.
Remarks
You may reference the following input parameters by name in your JavaScript: name.
Properties
GetSpriteInfo.JavaScriptFunction Property
The JavaScript function to call, passed as a string.
public string JavaScriptFunction { get; set; }