Skip to content

クラス GcAABBExtensions

Namespace: GameCanvas

csharp
public static class GcAABBExtensions

GcAABB 拡張クラス

メソッド

Max(GcAABB)

csharp
public static float2 Max(this in GcAABB self)

領域内の最大座標(右下)

Min(GcAABB)

csharp
public static float2 Min(this in GcAABB self)

領域内の最小座標(左上。Positionに同じ)

Position(GcAABB)

csharp
public static float2 Position(this in GcAABB self)

位置

Size(GcAABB)

csharp
public static float2 Size(this in GcAABB self)

大きさ

Released under the MIT License.