CanvasExtensions.GetPlane(Canvas) 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.
Convenience method for getting a plane for this canvas in world coordinates.
public:
[System::Runtime::CompilerServices::Extension]
static UnityEngine::Plane GetPlane(UnityEngine::Canvas ^ canvas);
public static UnityEngine.Plane GetPlane (this UnityEngine.Canvas canvas);
static member GetPlane : UnityEngine.Canvas -> UnityEngine.Plane
<Extension()>
Public Function GetPlane (canvas As Canvas) As Plane
Parameters
- canvas
- UnityEngine.Canvas
The canvas to get the plane from.
Returns
UnityEngine.Plane
A Plane for this canvas.