UNPKG
awayjs-display
Version:
latest (0.8.60)
0.8.60
0.8.59
0.8.58
0.8.57
0.8.56
0.8.55
0.8.54
0.8.53
0.8.52
0.8.51
0.8.50
0.8.49
0.8.48
0.8.47
0.8.46
0.8.45
0.8.44
0.8.43
0.8.42
0.8.41
0.8.40
0.8.39
0.8.36
0.8.35
0.8.33
0.8.32
0.8.29
0.8.28
0.8.26
0.8.25
0.8.24
0.8.23
0.8.22
0.8.21
0.8.16
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.7.178
0.7.177
0.7.176
0.7.175
0.7.174
0.7.173
0.7.172
0.7.171
0.7.170
0.7.169
0.7.167
0.7.166
0.7.165
0.7.164
0.7.163
0.7.162
0.7.161
0.7.160
0.7.159
0.7.158
0.7.157
0.7.156
0.7.155
0.7.154
0.7.153
0.7.152
0.7.151
0.7.149
0.7.148
0.7.147
0.7.146
0.7.145
0.7.143
0.7.142
0.7.141
0.7.140
0.7.139
0.7.138
0.7.137
0.7.136
0.7.135
0.7.134
0.7.133
0.7.132
0.7.131
0.7.130
0.7.129
0.7.128
0.7.127
0.7.126
0.7.125
0.7.124
0.7.123
0.7.122
0.7.121
0.7.120
0.7.119
0.7.118
0.7.117
0.7.116
0.7.115
0.7.114
0.7.113
0.7.112
0.7.111
0.7.110
0.7.109
0.7.108
0.7.107
0.7.106
0.7.105
0.7.104
0.7.103
0.7.102
0.7.101
0.7.100
0.7.99
0.7.98
0.7.97
0.7.96
0.7.95
0.7.94
0.7.93
0.7.92
0.7.91
0.7.90
0.7.89
0.7.88
0.7.87
0.7.86
0.7.85
0.7.84
0.7.83
0.7.81
0.7.76
0.7.72
0.7.70
0.7.69
0.7.68
0.7.67
0.7.66
0.7.65
0.7.63
0.7.62
0.7.61
0.7.60
0.7.59
0.7.58
0.7.57
0.7.56
0.7.55
0.7.54
0.7.53
0.7.52
0.7.51
0.7.50
0.7.49
0.7.48
0.7.47
0.7.46
0.7.45
0.7.44
0.7.43
0.7.42
0.7.41
0.7.36
0.7.35
0.7.34
0.7.33
0.7.32
0.7.31
0.7.30
0.7.26
0.7.25
0.7.24
0.7.23
0.7.22
0.7.21
0.7.20
0.7.19
0.7.18
0.7.17
0.7.16
0.7.15
0.7.14
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.1
0.7.0
0.6.0
0.4.4
0.4.2
0.4.1
0.3.2
0.3.1
0.2.0
0.1.2
0.1.0
AwayJS displaylist classes
github.com/awayjs/awayjs-display
awayjs/awayjs-display
awayjs-display
/
lib
/
bounds
/
BoundsType.ts
22 lines
(19 loc)
•
240 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/** * */
class
BoundsType
{
/** * */
public
static
SPHERE:
string
=
"sphere"
;
/** * */
public
static
AXIS_ALIGNED_BOX:
string
=
"axisAlignedBox"
;
/** * */
public
static
NULL
:
string
=
"null"
; } export
default
BoundsType;