Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TransformPlane

Returns a plane that is transformed in space.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

TransformPlane(Plane)

Returns a plane that is transformed in space.
public readonly Plane TransformPlane(Plane plane)

Parameters

plane

Returns

Type

Description

Plane

TransformPlane(Plane)

Returns a plane that is transformed in space.
public readonly Plane TransformPlane(in Plane plane)

Parameters

plane

Returns

Type

Description

Plane