Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsWorld.TransformPlane

Defines the 2D Transform plane where Transform writes will occur. This also defines the rotation axis which will automatically be perpendicular to the selected plane. See _transformPlane.
Read time 1 minuteLast updated 7 days ago

Definition

public enum PhysicsWorld.TransformPlane

Fields

Value

Description

CustomUse the assigned _transformPlaneCustom to allow transformation writing and reading to/from a custom 2D plane.
XYXY plane with anti-clockwise Z rotation.
XZXZ plane with anti-clockwise Y rotation.
ZYZY plane with anti-clockwise X rotation.