Space Pin on Quad (DX9)

Hello Forum,
does someone know how to generate the Space Pin on a Quad in the Inspektor? I always copy it out of patches and don’t know how to do this on my own.

The small patch shows the problem.

QuadSpacePin.v4p (2.4 kB)

ai roman,

the pin is hidden for a reason: you don’t need it anymore.
instead use:
WithinProjection (Transform)
WithinNormalizedProjection (Transform)
WithinView (Transform)
WithinViewPort (Transform)
Billboard (Transform)

Ahhh…thx joreg!