Struct TiledVersion
Simple version struct to aid version checking
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 TiledVersion
Constructors
| Improve this Doc View SourceTiledVersion(String)
Declaration
public TiledVersion(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | str |
Fields
| Improve this Doc View SourceBuild
Declaration
public int Build
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Major
Declaration
public int Major
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Minor
Declaration
public int Minor
Field Value
| Type | Description |
|---|---|
| System.Int32 |