Struct TypeUnion
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 TypeUnion
Fields
String
Declaration
public string String
Field Value
| Type | Description |
|---|---|
| System.String |
TypeClass
Declaration
public TypeClass TypeClass
Field Value
| Type | Description |
|---|---|
| TypeClass |
Operators
Implicit(TypeClass to TypeUnion)
Declaration
public static implicit operator TypeUnion(TypeClass TypeClass)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeClass | TypeClass |
Returns
| Type | Description |
|---|---|
| TypeUnion |
Implicit(String to TypeUnion)
Declaration
public static implicit operator TypeUnion(string String)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | String |
Returns
| Type | Description |
|---|---|
| TypeUnion |