BBMOD_Ray.DrawDebug

A function defined in BBMOD_Ray.gml

DrawDebug([_length[, _color[, _alpha]]])

Description

Draws a debug preview of the ray.

Arguments

Name Type Description
_length Real The length of the ray. Defaults to 9999.
_color Constant.Color The debug color. Defaults to c_white.
_alpha Real The debug alpha. Defaults to 1.

Returns

Struct.BBMOD_Ray Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.