Chuyển tới nội dung chính

Set3DTextLabelLOS

cảnh báo

This function was added in omp v1.1.0.2612 and will not work in earlier versions!

Description

Sets the 3D text label line-of-sight.

NameDescription
Text3D:textidThe ID of the 3D text label to set the line-of-sight.
bool:enable(false/true) Test the line-of-sight so this text can't be seen through objects

Examples

new Text3D:gMyLabel;

gMyLabel = Create3DTextLabel("Hello World!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0, true);

Set3DTextLabelLOS(gMyLabel, false);
// The line-of-sight changed from 'true' to 'false'