Skip to content

Decal

Examples#

```lua title=Client/Index.lua local my_decal = Decal( Vector(100, 200, 0), -- location Rotator(0, 90, 90), -- rotation "helix::M_Default_Translucent_Lit_Decal", -- material Vector(128, 256, 256), -- size 60, -- lifespan 0.01 -- fade screen size )

my_decal:SetMaterialTextureParameter("Texture", "package://my_package/Client/image.jpg") ```

Constructors#

Static Functions#

Functions#

Events#