BoundsExtensions.Volume(Bounds) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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