Esposter
Preparing search index...
parse-tmx
TMXObjectNode
Interface TMXObjectNode
interface
TMXObjectNode
{
$
:
TMXObjectShared
;
$$
:
TMXDataNode
[]
|
TMXPropertiesNode
[]
;
polygon
?:
TMXNode
<
{
points
:
string
}
>
[]
;
properties
?:
{
property
:
TMXPropertyNode
[]
}
[]
;
text
?:
TMXDataNode
[]
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
TMXNode
<
TMXObjectShared
,
TMXDataNode
|
TMXPropertiesNode
>
TMXObjectNode
Indexable
[
key
:
string
]:
unknown
Index
Properties
$
$$
polygon?
properties?
text?
Properties
$
$
:
TMXObjectShared
$$
$$
:
TMXDataNode
[]
|
TMXPropertiesNode
[]
Optional
polygon
polygon
?:
TMXNode
<
{
points
:
string
}
>
[]
Optional
properties
properties
?:
{
property
:
TMXPropertyNode
[]
}
[]
Optional
text
text
?:
TMXDataNode
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$
$$
polygon
properties
text
Esposter
Loading...