• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Inferno
    • CollisionMode
    • DrawMode
    • Game
    • Game.OnResizeEventArgs
    • GameState
    • GameState.StateOnDrawEventArgs
    • GameWindow
    • Instance
    • MathHelper
    • Matrix
    • Point
    • Rectangle
    • Settings
    • SpatialMode
    • UpdateMode
    • Vector2
    • Vector3
    • Vector4
  • Inferno.Audio
    • AudioDevice
    • Sound
  • Inferno.Content
    • ContentLoader
  • Inferno.Formats.Audio
    • WaveFormat
  • Inferno.Formats.Graphics.Text
    • FontFormat
  • Inferno.Graphics
    • Camera
    • Color
    • GraphicsDevice
    • PlatformType
    • Renderable
    • RenderableType
    • Renderer
    • RenderSortMode
    • RenderTarget
    • Shader
    • ShaderLanguage
    • ShaderType
    • Sprite
    • Texture2D
    • Tileset
  • Inferno.Graphics.Text
    • Font
    • FontBuilder
  • Inferno.Input
    • ButtonState
    • Key
    • Keyboard
    • Keyboard.KeyEventArgs
    • KeyboardState
    • KeyState
    • Mouse
    • MouseState
  • Inferno.Tiled
    • RenderOrder
    • TiledLayer
    • TiledLayerChunk
    • TiledLoader
    • TiledMap
    • TiledMapOrientation
    • TiledObject
    • TiledObjectLayer
    • TiledVersion
  • Inferno.UI
    • MessageBox
    • MessageBoxType
    • UserInterface
  • Inferno.UI.Controls
    • Button
    • Control
    • Control.ControlClickedEvent
    • Control.ControlHoveredEvent
    • Control.TextChangedEventArgs
    • ControlState
    • Cursor
    • Label

Struct TiledObject

This is an object from a Tiled object layer

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Inferno.Tiled
Assembly: Inferno.Desktop.dll
Syntax
public struct TiledObject

Fields

| Improve this Doc View Source

Height

The Height of the object

Declaration
public float Height
Field Value
Type Description
System.Single
| Improve this Doc View Source

Id

The Object ID

Declaration
public int Id
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Name

The name given to the Object.

Declaration
public string Name
Field Value
Type Description
System.String
| Improve this Doc View Source

Type

The type of object.

Declaration
public string Type
Field Value
Type Description
System.String
| Improve this Doc View Source

Width

The Width of the object

Declaration
public float Width
Field Value
Type Description
System.Single
| Improve this Doc View Source

X

The X coord of the Object

Declaration
public float X
Field Value
Type Description
System.Single
| Improve this Doc View Source

Y

The Y coord of the Object

Declaration
public float Y
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX