• Api Documentation
Show / Hide Table of Contents
  • LdtkParser
    • Direction
    • ILayer
    • ILdtkEntity
    • IWorld
    • LayerType
    • Level
    • World
  • LdtkParser.Exceptions
    • EntityNotFoundException
    • FieldStoreException
    • InvalidTileException
    • TilesetNotFoundException
  • LdtkParser.Graphics
    • ColorConverter
    • Sprite
    • SpriteEnum
    • Tileset
  • LdtkParser.Json
    • BgPos
    • CachedPixelData
    • DefaultOverride
    • Defs
    • Entity
    • EntityInstance
    • Enum
    • FieldDef
    • FieldInstance
    • GridTile
    • Header
    • IntGrid
    • IntGridValue
    • Layer
    • LayerInstance
    • Level
    • Neighbour
    • Param
    • Project
    • RealEditorValue
    • Serialize
    • Tile
    • Tileset
    • TypeClass
    • TypeUnion
    • Value
    • ValueClass
    • ValueUnion
  • LdtkParser.Layers
    • Entities
    • EntityModel
    • EnumValue
    • FieldStore
    • IntGrid
    • Tiles

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
In This Article
Back to top Generated by DocFX