Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPointObject

Hierarchy

Index

Properties

height

height: 0

Height of points are always 0.

id

id: number

Incremental id - unique across all objects (int)

name

name: string

String assigned to name field in editor

point

point: true

Used to mark an object as a point

Optional properties

properties: IProperty[]

A list of properties (name, value, type)

rotation

rotation: 0

Rotation angle of points is always 0.

type

type: string

String assigned to type field in editor

Optional visible

visible: undefined | false | true

Whether object is shown in editor. Default: true

width

width: 0

Width of points are always 0.

x

x: number

x coordinate in pixels (int)

y

y: number

y coordinate in pixels (int)

Generated using TypeDoc