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 PhysicsWorld.transformPlane.
Read time 1 minuteLast updated 10 days ago

Definition

public enum PhysicsWorld.TransformPlane

Fields

Value

Description

XYXY plane with anti-clockwise Z rotation.
XZXZ plane with anti-clockwise Y rotation.
ZYZY plane with anti-clockwise X rotation.