Template:KV ScriptBrushBase: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Removed excess newline)
(-added origin, angles)
Line 1: Line 1:
{{KV|[[Bounding box|Bounding Box]] Extents|Vector|intn=extent|Controls each 'radius' of the bounding box. X is half the width, Y is half the height and Z is half the length.}}<noinclude>
{{KV|[[Bounding box|Bounding Box]] Extents|Vector|intn=extent|Controls each 'radius' of the bounding box. X is half the width, Y is half the height and Z is half the length.}}
{{KV|Origin|intn=origin|Vector|Center of the bounding box specified by extent}}
{{KV|Angles|intn=angles|Vector|Angles of the bounding box specified by extent}}<noinclude>
[[Category:Keyvalue Templates|ScriptBrushBase]]
[[Category:Keyvalue Templates|ScriptBrushBase]]
</noinclude>
</noinclude>

Revision as of 21:26, 8 August 2023

Bounding Box Extents (extent) <vector>
Controls each 'radius' of the bounding box. X is half the width, Y is half the height and Z is half the length.
Origin (origin) <vector>
Center of the bounding box specified by extent
Angles (angles) <vector>
Angles of the bounding box specified by extent