Lack of information about WireframeHandleAdornment


As you can see in these images, there is no information and explanations for WireframeHandleAdornment at all.
I need to use this in my game. Because it’s very cheap to draw. It enables me to draw a lot of lines without affecting performance.
However, due to this lack of information, I don’t know properly what some properties & methods of this are functioning for.
Please tell me alternatives for this if it’s deprecated.
Furthermore, some properties of this class don’t even work(*It is not for this category, so I’ll report in other category about this)

English is not my first language, so there might be some grammatical errors.

Page URL: https://create.roblox.com/docs/reference/engine/classes/WireframeHandleAdornment

2 Likes

It is not.

They only update when the Wireframe is re-generated, as the line itself is static. You basically need to re-draw the whole thing, which is stupid

2 Likes

Yes, and property Thickness doesn’t even apply. I think this is very old but had no updates.
I wish they would update this or remake something like this but more advanced.

Hi @minus10degrees ,
Apologies for the delay; WireframeHandleAdornment is now documented. This is definitely not a deprecated class, and the main thing (which I admit was not clear without docs) is that the adornment begins “empty” and you need to draw lines into it via scripting before anything appears. Unlike other adornments, this is not one that you can create solely in Studio by adding the adornment and tweaking some properties.

https://create.roblox.com/docs/en-us/reference/engine/classes/WireframeHandleAdornment

Hope this helps!
IgnisRBX

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.