Struct Param
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: LdtkParser.Json
Assembly: LdtkParser.dll
Syntax
public struct Param
Fields
Bool
Declaration
public bool? Bool
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Double
Declaration
public double? Double
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Operators
Implicit(Boolean to Param)
Declaration
public static implicit operator Param(bool Bool)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | Bool |
Returns
| Type | Description |
|---|---|
| Param |
Implicit(Double to Param)
Declaration
public static implicit operator Param(double Double)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | Double |
Returns
| Type | Description |
|---|---|
| Param |