Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsValid

Check if the AABB is valid.
Read time 1 minuteLast updated 10 days ago

Definition

public bool IsValid { get; }

Remarks

An AABB is considered valid if MinMaxAABB.Min is componentwise less than or equal to MinMaxAABB.Max.