C# (CSharp) Spine SkeletonBounds.ContainsPoint - 2 examples found. These are the top rated real world C# (CSharp) examples of Spine.SkeletonBounds.ContainsPoint extracted from open source projects. You can rate examples to help us improve the quality of examples.
Returns the first bounding box attachment that contains the point, or null. When doing many checks, it is usually more efficient to only call this method if {@link #aabbContainsPoint(float, float)} returns true.