NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.tainicom.Aether.Physics2D.Collision
AABB Structure
AABB Methods
Contains Method
Contains Method (AABB)
Contains Method (Vector2)
AABB
Contains Method (AABB
)
Does this aabb contain the provided AABB.
Namespace:
Internal.tainicom.Aether.Physics2D.Collision
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Copy
public
bool
Contains
(
ref
AABB
aabb
)
Parameters
aabb
Type:
Internal.tainicom.Aether.Physics2D.Collision
AABB
The aabb.
Return Value
Type:
Boolean
true
if it contains the specified aabb; otherwise,
false
.
See Also
Reference
AABB Structure
Contains Overload
Internal.tainicom.Aether.Physics2D.Collision Namespace
Copyright 2024 NeoAxis Group. All rights reserved.