Commit d88b0a4 1 parent 586b6e7 commit d88b0a4 Copy full SHA for d88b0a4
File tree 1 file changed +34
-2
lines changed
1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 64
64
<Item Name =" radians" >value.value * 3.141592653589793 / 180</Item >
65
65
</Expand >
66
66
</Type >
67
+
67
68
<Type Name =" cage::Rads" >
68
69
<DisplayString >{value} rads</DisplayString >
69
70
<Expand >
120
121
</ArrayItems >
121
122
</Expand >
122
123
</Type >
123
-
124
+
124
125
<Type Name =" cage::Quat" >
125
126
<Expand >
126
127
<ArrayItems >
146
147
</ArrayItems >
147
148
</Expand >
148
149
</Type >
149
-
150
+
150
151
<Type Name =" cage::Transform" >
151
152
<DisplayString >{position}, {orientation}, {scale}</DisplayString >
152
153
<Expand >
156
157
</Expand >
157
158
</Type >
158
159
160
+ <Type Name =" std::source_location" >
161
+ <DisplayString >{_File,s8} {_Function,s8}</DisplayString >
162
+ </Type >
163
+
164
+ <Type Name =" cage::privat::EventLinker" >
165
+ <DisplayString >{order} {location}</DisplayString >
166
+ <Expand >
167
+ <Item Name =" order" >order</Item >
168
+ <Item Name =" location" >location</Item >
169
+ <Synthetic Name =" listeners" >
170
+ <Expand >
171
+ <CustomListItems MaxItemsPerView =" 100" >
172
+ <Variable Name =" node" InitialValue =" this" />
173
+ <Loop >
174
+ <Break Condition =" !node->p" />
175
+ <Exec >node = node->p</Exec >
176
+ </Loop >
177
+ <Loop >
178
+ <Break Condition =" !node" />
179
+ <If Condition =" node == this" >
180
+ <Item >"here:"</Item >
181
+ </If >
182
+ <Item >*node</Item >
183
+ <Exec >node = node->n</Exec >
184
+ </Loop >
185
+ </CustomListItems >
186
+ </Expand >
187
+ </Synthetic >
188
+ </Expand >
189
+ </Type >
190
+
159
191
</AutoVisualizer >
You can’t perform that action at this time.
0 commit comments