123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439 |
- <?xml version="1.0" encoding="utf-8"?>
- <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
- <Type Name="Ref<*>">
- <SmartPointer Usage="Minimal">reference</SmartPointer>
- <DisplayString Condition="!reference">[empty]</DisplayString>
- <DisplayString Condition="!!reference">{*reference}</DisplayString>
- <Expand>
- <Item Condition="!!reference" Name="[ptr]">reference</Item>
- <Item Condition="!!reference" Name="[refcount]">reference->refcount.count.value</Item>
- </Expand>
- </Type>
- <Type Name="Vector<*>">
- <Expand>
- <Item Name="[size]">_cowdata._ptr ? (((const unsigned long long *)(_cowdata._ptr))[-1]) : 0</Item>
- <ArrayItems>
- <Size>_cowdata._ptr ? (((const unsigned long long *)(_cowdata._ptr))[-1]) : 0</Size>
- <ValuePointer>($T1 *) _cowdata._ptr</ValuePointer>
- </ArrayItems>
- </Expand>
- </Type>
- <Type Name="Array">
- <Expand>
- <Item Name="[size]">_p->array._cowdata._ptr ? (((const unsigned long long *)(_p->array._cowdata._ptr))[-1]) : 0</Item>
- <ArrayItems>
- <Size>_p->array._cowdata._ptr ? (((const unsigned long long *)(_p->array._cowdata._ptr))[-1]) : 0</Size>
- <ValuePointer>(Variant *) _p->array._cowdata._ptr</ValuePointer>
- </ArrayItems>
- </Expand>
- </Type>
- <Type Name="Dictionary">
- <Expand>
- <Item Name="[size]">_p && _p->variant_map.head_element ? _p->variant_map.num_elements : 0</Item>
- <LinkedListItems>
- <Size>_p && _p->variant_map.head_element ? _p->variant_map.num_elements : 0</Size>
- <HeadPointer>_p ? _p->variant_map.head_element : nullptr</HeadPointer>
- <NextPointer>next</NextPointer>
- <ValueNode Name="[{data.key}]">(*this),view(MapHelper)</ValueNode>
- </LinkedListItems>
- </Expand>
- </Type>
- <Type Name="LocalVector<*>">
- <Expand>
- <Item Name="[size]">count</Item>
- <ArrayItems>
- <Size>count</Size>
- <ValuePointer>data</ValuePointer>
- </ArrayItems>
- </Expand>
- </Type>
- <Type Name="List<*>">
- <Expand>
- <Item Name="[size]">_data ? (_data->size_cache) : 0</Item>
- <LinkedListItems>
- <Size>_data ? (_data->size_cache) : 0</Size>
- <HeadPointer>_data->first</HeadPointer>
- <NextPointer>next_ptr</NextPointer>
- <ValueNode>value</ValueNode>
- </LinkedListItems>
- </Expand>
- </Type>
- <Type Name="NodePath">
- <DisplayString Condition="!data">[empty]</DisplayString>
- <DisplayString Condition="!!data">{{[absolute] = {data->absolute} [path] = {data->path,view(NodePathHelper)} [subpath] = {data->subpath,view(NodePathHelper)}}}</DisplayString>
- <Expand>
- <Item Name="[path]">data->path,view(NodePathHelper)</Item>
- <Item Name="[subpath]">data->subpath,view(NodePathHelper)</Item>
- <Item Name="[absolute]">data->absolute</Item>
- </Expand>
- </Type>
- <Type Name="Vector<StringName>" IncludeView="NodePathHelper">
- <Expand>
- <ArrayItems>
- <Size>_cowdata._ptr ? (((const unsigned long long *)(_cowdata._ptr))[-1]) : 0</Size>
- <ValuePointer>((StringName *)_cowdata._ptr),view(NodePathHelper)</ValuePointer>
- </ArrayItems>
- </Expand>
- </Type>
- <Type Name="StringName" IncludeView="NodePathHelper">
- <DisplayString Condition="_data && _data->cname">{_data->cname,s8b}</DisplayString>
- <DisplayString Condition="_data && !_data->cname">{_data->name,s32b}</DisplayString>
- <DisplayString Condition="!_data">[empty]</DisplayString>
- <StringView Condition="_data && _data->cname">_data->cname,s8b</StringView>
- <StringView Condition="_data && !_data->cname">_data->name,s32b</StringView>
- </Type>
- <Type Name="HashSet<*,*,*>">
- <Expand>
- <Item Name="[size]">num_elements</Item>
- <ArrayItems>
- <Size>num_elements</Size>
- <ValuePointer>($T1 *) keys._cowdata._ptr</ValuePointer>
- </ArrayItems>
- </Expand>
- </Type>
- <Type Name="HashMapElement<*,*>">
- <DisplayString>{{Key = {($T1 *) &data.key} Value = {($T2 *) &data.value}}}</DisplayString>
- <Expand>
- <Item Name="[key]">($T1 *) &data.key</Item>
- <Item Name="[value]">($T2 *) &data.value</Item>
- </Expand>
- </Type>
- <!-- elements displayed by index -->
- <Type Name="HashMap<*,*,*,*,*>" Priority="Medium">
- <Expand>
- <Item Name="[size]">head_element ? num_elements : 0</Item>
- <LinkedListItems>
- <Size>head_element ? num_elements : 0</Size>
- <HeadPointer>head_element</HeadPointer>
- <NextPointer>next</NextPointer>
- <ValueNode>(*this)</ValueNode>
- </LinkedListItems>
- </Expand>
- </Type>
- <!-- elements by key:value -->
- <!-- show elements by index by specifying "ShowElementsByIndex"-->
- <Type Name="HashMap<*,*,*,*,*>" ExcludeView="ShowElementsByIndex" Priority="MediumHigh">
- <Expand>
- <Item Name="[size]">head_element ? num_elements : 0</Item>
- <LinkedListItems>
- <Size>head_element ? num_elements : 0</Size>
- <HeadPointer>head_element</HeadPointer>
- <NextPointer>next</NextPointer>
- <ValueNode Name="[{data.key}]">(*this),view(MapHelper)</ValueNode>
- </LinkedListItems>
- </Expand>
- </Type>
- <Type Name="KeyValue<*,*>" IncludeView="MapHelper">
- <DisplayString>{value}</DisplayString>
- </Type>
- <Type Name="HashMapElement<*,*>" IncludeView="MapHelper">
- <DisplayString>{data.value}</DisplayString>
- <Expand>
- <Item Name="[key]">($T1 *) &data.key</Item>
- <Item Name="[value]">($T2 *) &data.value</Item>
- </Expand>
- </Type>
- <Type Name="VMap<*,*>">
- <Expand>
- <Item Condition="_cowdata._ptr" Name="[size]">*(reinterpret_cast<long long*>(_cowdata._ptr) - 1)</Item>
- <ArrayItems Condition="_cowdata._ptr">
- <Size>*(reinterpret_cast<long long*>(_cowdata._ptr) - 1)</Size>
- <ValuePointer>reinterpret_cast<VMap<$T1,$T2>::Pair*>(_cowdata._ptr)</ValuePointer>
- </ArrayItems>
- </Expand>
- </Type>
- <Type Name="VMap<Callable,*>::Pair">
- <DisplayString Condition="dynamic_cast<CallableCustomMethodPointerBase*>(key.custom)">{dynamic_cast<CallableCustomMethodPointerBase*>(key.custom)->text}</DisplayString>
- </Type>
- <Type Name="Variant">
- <DisplayString Condition="type == Variant::NIL">nil</DisplayString>
- <DisplayString Condition="type == Variant::BOOL">{_data._bool}</DisplayString>
- <DisplayString Condition="type == Variant::INT">{_data._int}</DisplayString>
- <DisplayString Condition="type == Variant::FLOAT">{_data._float}</DisplayString>
- <DisplayString Condition="type == Variant::TRANSFORM2D">{_data._transform2d}</DisplayString>
- <DisplayString Condition="type == Variant::AABB">{_data._aabb}</DisplayString>
- <DisplayString Condition="type == Variant::BASIS">{_data._basis}</DisplayString>
- <DisplayString Condition="type == Variant::TRANSFORM3D">{_data._transform3d}</DisplayString>
- <DisplayString Condition="type == Variant::PROJECTION">{_data._projection}</DisplayString>
- <DisplayString Condition="type == Variant::STRING">{*(String *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::VECTOR2">{*(Vector2 *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::RECT2">{*(Rect2 *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::VECTOR3">{*(Vector3 *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::VECTOR4">{*(Vector4 *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::PLANE">{*(Plane *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::QUATERNION">{*(Quaternion *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::COLOR">{*(Color *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::STRING_NAME">{*(StringName *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::NODE_PATH">{*(NodePath *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::RID">{*(::RID *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::OBJECT">{*(*reinterpret_cast<ObjData*>(&_data._mem[0])).obj}</DisplayString>
- <DisplayString Condition="type == Variant::DICTIONARY">{*(Dictionary *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::ARRAY">{*(Array *)_data._mem}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_BYTE_ARRAY">{reinterpret_cast<const Variant::PackedArrayRef<unsigned char>*>(_data.packed_array)->array}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_INT32_ARRAY">{reinterpret_cast<const Variant::PackedArrayRef<int>*>(_data.packed_array)->array}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_INT64_ARRAY">{*reinterpret_cast<PackedInt64Array *>(&_data.packed_array[1])}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_FLOAT32_ARRAY">{reinterpret_cast<const Variant::PackedArrayRef<float>*>(_data.packed_array)->array}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_FLOAT64_ARRAY">{reinterpret_cast<const Variant::PackedArrayRef<double>*>(_data.packed_array)->array}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_STRING_ARRAY">{reinterpret_cast<const Variant::PackedArrayRef<String>*>(_data.packed_array)->array}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_VECTOR2_ARRAY">{reinterpret_cast<const Variant::PackedArrayRef<Vector2>*>(_data.packed_array)->array}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_VECTOR3_ARRAY">{reinterpret_cast<const Variant::PackedArrayRef<Vector3>*>(_data.packed_array)->array}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_COLOR_ARRAY">{reinterpret_cast<const Variant::PackedArrayRef<Color>*>(_data.packed_array)->array}</DisplayString>
- <DisplayString Condition="type == Variant::PACKED_VECTOR4_ARRAY">{reinterpret_cast<const Variant::PackedArrayRef<Vector4>*>(_data.packed_array)->array}</DisplayString>
- <DisplayString Condition="type < 0 || type >= Variant::VARIANT_MAX">[INVALID]</DisplayString>
- <StringView Condition="type == Variant::STRING && ((String *)(_data._mem))->_cowdata._ptr">((String *)(_data._mem))->_cowdata._ptr,s32</StringView>
- <Expand>
- <Item Name="[value]" Condition="type == Variant::BOOL">_data._bool</Item>
- <Item Name="[value]" Condition="type == Variant::INT">_data._int</Item>
- <Item Name="[value]" Condition="type == Variant::FLOAT">_data._float</Item>
- <Item Name="[value]" Condition="type == Variant::TRANSFORM2D">_data._transform2d</Item>
- <Item Name="[value]" Condition="type == Variant::AABB">_data._aabb</Item>
- <Item Name="[value]" Condition="type == Variant::BASIS">_data._basis</Item>
- <Item Name="[value]" Condition="type == Variant::TRANSFORM3D">_data._transform3d</Item>
- <Item Name="[value]" Condition="type == Variant::STRING">*(String *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::VECTOR2">*(Vector2 *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::RECT2">*(Rect2 *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::VECTOR3">*(Vector3 *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::PLANE">*(Plane *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::QUATERNION">*(Quaternion *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::COLOR">*(Color *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::STRING_NAME">*(StringName *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::NODE_PATH">*(NodePath *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::RID">*(::RID *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::OBJECT">*(*reinterpret_cast<ObjData*>(&_data._mem[0])).obj</Item>
- <Item Name="[value]" Condition="type == Variant::DICTIONARY">*(Dictionary *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::ARRAY">*(Array *)_data._mem</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_BYTE_ARRAY">reinterpret_cast<const Variant::PackedArrayRef<unsigned char>*>(_data.packed_array)->array</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_INT32_ARRAY">reinterpret_cast<const Variant::PackedArrayRef<int>*>(_data.packed_array)->array</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_INT64_ARRAY">*reinterpret_cast<PackedInt64Array *>(&_data.packed_array[1])</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_FLOAT32_ARRAY">reinterpret_cast<const Variant::PackedArrayRef<float>*>(_data.packed_array)->array</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_FLOAT64_ARRAY">reinterpret_cast<const Variant::PackedArrayRef<double>*>(_data.packed_array)->array</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_STRING_ARRAY">reinterpret_cast<const Variant::PackedArrayRef<String>*>(_data.packed_array)->array</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_VECTOR2_ARRAY">reinterpret_cast<const Variant::PackedArrayRef<Vector2>*>(_data.packed_array)->array</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_VECTOR3_ARRAY">reinterpret_cast<const Variant::PackedArrayRef<Vector3>*>(_data.packed_array)->array</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_COLOR_ARRAY">reinterpret_cast<const Variant::PackedArrayRef<Color>*>(_data.packed_array)->array</Item>
- <Item Name="[value]" Condition="type == Variant::PACKED_VECTOR4_ARRAY">reinterpret_cast<const Variant::PackedArrayRef<Vector4>*>(_data.packed_array)->array</Item>
- </Expand>
- </Type>
- <Type Name="String">
- <DisplayString Condition="_cowdata._ptr == 0">[empty]</DisplayString>
- <DisplayString Condition="_cowdata._ptr != 0">{_cowdata._ptr,s32}</DisplayString>
- <StringView Condition="_cowdata._ptr != 0">_cowdata._ptr,s32</StringView>
- </Type>
- <Type Name="godot::String">
- <DisplayString>{*reinterpret_cast<void**>(opaque),s32}</DisplayString>
- <Expand>
- <Item Name="opaque_ptr">*reinterpret_cast<void**>(opaque)</Item>
- <Item Name="string">*reinterpret_cast<void**>(opaque),s32</Item>
- </Expand>
- </Type>
- <Type Name="StringName">
- <DisplayString Condition="_data && _data->cname">{_data->cname,na}</DisplayString>
- <DisplayString Condition="_data && !_data->cname">{_data->name,s32}</DisplayString>
- <DisplayString Condition="!_data">[empty]</DisplayString>
- <StringView Condition="_data && _data->cname">_data->cname,na</StringView>
- <StringView Condition="_data && !_data->cname">_data->name,s32</StringView>
- </Type>
- <!-- can't cast the opaque to ::StringName because Natvis does not support global namespace specifier? -->
- <Type Name="godot::StringName">
- <DisplayString Condition="(*reinterpret_cast<const char***>(opaque))[1]">{(*reinterpret_cast<const char***>(opaque))[1],s8}</DisplayString>
- <DisplayString Condition="!(*reinterpret_cast<const char***>(opaque))[1]">{(*reinterpret_cast<const char***>(opaque))[2],s32}</DisplayString>
- <Expand>
- <Item Name="opaque_ptr">*reinterpret_cast<void**>(opaque)</Item>
- <Item Name="&cname">(*reinterpret_cast<const char***>(opaque))+1</Item>
- <Item Name="cname">(*reinterpret_cast<const char***>(opaque))[1],s8</Item>
- </Expand>
- </Type>
- <Type Name="Object::SignalData">
- <DisplayString Condition="user.name._cowdata._ptr">"{user.name}" {slot_map}</DisplayString>
- <DisplayString Condition="!user.name._cowdata._ptr">"{slot_map}</DisplayString>
- </Type>
- <Type Name="Vector2">
- <DisplayString>({x,g}, {y,g})</DisplayString>
- <Expand>
- <Item Name="[x]">x</Item>
- <Item Name="[y]">y</Item>
- </Expand>
- </Type>
- <Type Name="Vector2i">
- <DisplayString>({x}, {y})</DisplayString>
- <Expand>
- <Item Name="[x]">x</Item>
- <Item Name="[y]">y</Item>
- </Expand>
- </Type>
- <Type Name="Vector3">
- <DisplayString>({x,g}, {y,g}, {z,g})</DisplayString>
- <Expand>
- <Item Name="[x]">x</Item>
- <Item Name="[y]">y</Item>
- <Item Name="[z]">z</Item>
- </Expand>
- </Type>
- <Type Name="Vector3i">
- <DisplayString>({x}, {y}, {z})</DisplayString>
- <Expand>
- <Item Name="[x]">x</Item>
- <Item Name="[y]">y</Item>
- <Item Name="[z]">z</Item>
- </Expand>
- </Type>
- <Type Name="Vector4">
- <DisplayString>({x,g}, {y,g}, {z,g}, {w,g})</DisplayString>
- <Expand>
- <Item Name="[x]">x</Item>
- <Item Name="[y]">y</Item>
- <Item Name="[z]">z</Item>
- <Item Name="[w]">w</Item>
- </Expand>
- </Type>
- <Type Name="Vector4i">
- <DisplayString>({x}, {y}, {z}, {w})</DisplayString>
- <Expand>
- <Item Name="[x]">x</Item>
- <Item Name="[y]">y</Item>
- <Item Name="[z]">z</Item>
- <Item Name="[w]">w</Item>
- </Expand>
- </Type>
- <Type Name="Quaternion">
- <DisplayString>({x,g}, {y,g}, {z,g}, {w,g})</DisplayString>
- <Expand>
- <Item Name="[x]">x</Item>
- <Item Name="[y]">y</Item>
- <Item Name="[z]">z</Item>
- <Item Name="[w]">w</Item>
- </Expand>
- </Type>
- <Type Name="Color">
- <DisplayString>({r,g}, {g,g}, {b,g}, {a,g})</DisplayString>
- <Expand>
- <Item Name="[red]">r</Item>
- <Item Name="[green]">g</Item>
- <Item Name="[blue]">b</Item>
- <Item Name="[alpha]">a</Item>
- </Expand>
- </Type>
- <Type Name="Rect2">
- <DisplayString>[P: {position}, S: {size}]</DisplayString>
- <Expand>
- <Item Name="[position]">position,nr</Item>
- <Item Name="[size]">size,nr</Item>
- </Expand>
- </Type>
- <Type Name="Rect2i">
- <DisplayString>[P: {position}, S: {size}]</DisplayString>
- <Expand>
- <Item Name="[position]">position,nr</Item>
- <Item Name="[size]">size,nr</Item>
- </Expand>
- </Type>
- <Type Name="AABB">
- <DisplayString>[P: {position}, S: {size}]</DisplayString>
- <Expand>
- <Item Name="[position]">position,nr</Item>
- <Item Name="[size]">size,nr</Item>
- </Expand>
- </Type>
- <Type Name="Plane">
- <DisplayString>[N: {normal}, D: {d,g}]</DisplayString>
- <Expand>
- <Item Name="[normal]">normal,nr</Item>
- <Item Name="[d]">d</Item>
- </Expand>
- </Type>
- <Type Name="Basis">
- <DisplayString>[X: {rows[0]}, Y: {rows[1]}, Z: {rows[2]}]</DisplayString>
- <Expand>
- <Item Name="[x]">rows[0],nr</Item>
- <Item Name="[y]">rows[1],nr</Item>
- <Item Name="[z]">rows[2],nr</Item>
- </Expand>
- </Type>
- <Type Name="Transform2D">
- <DisplayString>[X: {columns[0]}, Y: {columns[1]}, O: {columns[2]}]</DisplayString>
- <Expand>
- <Item Name="[x]">columns[0],nr</Item>
- <Item Name="[y]">columns[1],nr</Item>
- <Item Name="[origin]">columns[2],nr</Item>
- </Expand>
- </Type>
- <Type Name="Transform3D">
- <!-- Can't call column functions, so just pretend we can via obscene code duplication. -->
- <DisplayString>[X: ({basis.rows[0].x,g}, {basis.rows[1].x,g}, {basis.rows[2].x,g}), Y: ({basis.rows[0].y,g}, {basis.rows[1].y,g}, {basis.rows[2].y,g}), Z: ({basis.rows[0].z,g}, {basis.rows[1].z,g}, {basis.rows[2].z,g}), O: {origin}]</DisplayString>
- <Expand>
- <Synthetic Name="[x]">
- <DisplayString>({basis.rows[0].x,g}, {basis.rows[1].x,g}, {basis.rows[2].x,g})</DisplayString>
- <Expand>
- <Item Name="[x]">basis.rows[0].x</Item>
- <Item Name="[y]">basis.rows[1].x</Item>
- <Item Name="[z]">basis.rows[2].x</Item>
- </Expand>
- </Synthetic>
- <Synthetic Name="[y]">
- <DisplayString>({basis.rows[0].y,g}, {basis.rows[1].y,g}, {basis.rows[2].y,g})</DisplayString>
- <Expand>
- <Item Name="[x]">basis.rows[0].y</Item>
- <Item Name="[y]">basis.rows[1].y</Item>
- <Item Name="[z]">basis.rows[2].y</Item>
- </Expand>
- </Synthetic>
- <Synthetic Name="[z]">
- <DisplayString>({basis.rows[0].z,g}, {basis.rows[1].z,g}, {basis.rows[2].z,g})</DisplayString>
- <Expand>
- <Item Name="[x]">basis.rows[0].z</Item>
- <Item Name="[y]">basis.rows[1].z</Item>
- <Item Name="[z]">basis.rows[2].z</Item>
- </Expand>
- </Synthetic>
- <Item Name="[origin]">origin,nr</Item>
- </Expand>
- </Type>
- <Type Name="Projection">
- <DisplayString>[X: {columns[0]}, Y: {columns[1]}, Z: {columns[2]}, W: {columns[3]}]</DisplayString>
- <Expand>
- <Item Name="[x]">columns[0],nr</Item>
- <Item Name="[y]">columns[1],nr</Item>
- <Item Name="[z]">columns[2],nr</Item>
- <Item Name="[w]">columns[3],nr</Item>
- </Expand>
- </Type>
- </AutoVisualizer>
|