Click or drag to resize

ShooterGameLogicDeleteObjectsBelowHeight Property

The height below which objects will be deleted. This can be used to remove objects that fall out of the playable area.

Namespace: Project
Assembly: Project (in Project.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public Reference<double> DeleteObjectsBelowHeight { get; set; }

Property Value

ReferenceDouble
See Also