Class EntityModel
Inheritance
System.Object
EntityModel
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.Layers
Assembly: LdtkParser.dll
Syntax
public class EntityModel
Constructors
EntityModel(EntityInstance)
Declaration
public EntityModel(EntityInstance entityInstance)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityInstance | entityInstance |
Properties
Fields
Declaration
public FieldStore Fields { get; }
Property Value
| Type | Description |
|---|---|
| FieldStore |
GridPos
Declaration
public Point GridPos { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Xna.Framework.Point |
Identifier
Declaration
public string Identifier { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Pivot
Declaration
public double[] Pivot { get; }
Property Value
| Type | Description |
|---|---|
| System.Double[] |
PxPos
Declaration
public Vector2 PxPos { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Xna.Framework.Vector2 |
Tileset
Declaration
public Tileset Tileset { get; }
Property Value
| Type | Description |
|---|---|
| Tileset |
TileSrc
Declaration
public Rectangle TileSrc { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Xna.Framework.Rectangle |