BoundsExtensions.Volume(Bounds) Method

Definition

Returns the volume of the bounds.

public:
[System::Runtime::CompilerServices::Extension]
 static float Volume(UnityEngine::Bounds bounds);
public static float Volume (this UnityEngine.Bounds bounds);
static member Volume : UnityEngine.Bounds -> single
<Extension()>
Public Function Volume (bounds As Bounds) As Single

Parameters

bounds
UnityEngine.Bounds

Returns

Applies to