b3dLockQuadRay

Locks quad ray for editing (allows property changes without baking, disables automatic occlusion texture freezing). Takes handle (quad ray source entity handle). Returns nothing.

3D Graphics

Parameters & Returns

Parameters

handle Int

Returns

Void

Quick Summary

Locks quad ray for editing (allows property changes without baking, disables automatic occlusion texture freezing). Takes handle (quad ray source entity handle). Returns nothing.

Technical Exegesis...

Locks quad ray for editing (allows property changes without baking, disables automatic occlusion texture freezing). Takes handle (quad ray source entity handle). Returns nothing. Sets entity.quadRayLocked = true and entity.quadRayBaked = false (per-entity lock state, prevents baking during editing).

Example

Example.bam
; No example implemented yet