Class BgPos
Inheritance
System.Object
BgPos
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LdtkParser.Json
Assembly: LdtkParser.dll
Syntax
public class BgPos
Properties
CropRect
Declaration
[JsonProperty("cropRect")]
public List<long> CropRect { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int64> |
Scale
Declaration
[JsonProperty("scale")]
public List<long> Scale { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int64> |
TopLeftPx
Declaration
[JsonProperty("topLeftPx")]
public List<long> TopLeftPx { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int64> |