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