-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathUnit_FrameCrowdTool.dfm
67 lines (67 loc) · 1.21 KB
/
Unit_FrameCrowdTool.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
object FrameCrowdTool: TFrameCrowdTool
Left = 0
Top = 0
Width = 249
Height = 240
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 96
Width = 37
Height = 13
Caption = 'Options'
end
object rgCrowdToolMode: TRadioGroup
Left = 8
Top = 8
Width = 185
Height = 81
Caption = 'rgCrowdToolMode'
Items.Strings = (
'Create Agents'
'Move Target'
'Select Agent'
'Toggle Polys')
TabOrder = 0
end
object cbOptimizeVisibility: TCheckBox
Left = 8
Top = 112
Width = 105
Height = 17
Caption = 'Optimize Visibility'
TabOrder = 1
end
object cbOptimizeTopology: TCheckBox
Left = 8
Top = 128
Width = 105
Height = 17
Caption = 'Optimize Topology'
TabOrder = 2
end
object cbAnticipateTurns: TCheckBox
Left = 8
Top = 144
Width = 97
Height = 17
Caption = 'Anticipate Turns'
TabOrder = 3
end
object cbObstacleAvoidance: TCheckBox
Left = 8
Top = 160
Width = 113
Height = 17
Caption = 'Obstacle Avoidance'
TabOrder = 4
end
object cbSeparation: TCheckBox
Left = 8
Top = 176
Width = 73
Height = 17
Caption = 'Separation'
TabOrder = 5
end
end