Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TransformPlaneCustom

Create a transform plane custom as identity.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Constructor
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule

TransformPlaneCustom()

Create a transform plane custom as identity.
public TransformPlaneCustom()

TransformPlaneCustom(Vector3, Vector3, float)

Create a transform plane custom.
public TransformPlaneCustom(Vector3 translate, Vector3 rotate, float scale = 1)

Parameters

translate

The custom translation.

rotate

The custom EULER rotation.

scale

The custom scale.