Version: 2022.3
언어: 한국어

Pose

struct in UnityEngine

매뉴얼로 전환

설명

Representation of a Position, and a Rotation in 3D Space

This structure is used primarily in XR applications to describe the current "pose" of a device in 3D space.

정적 변수

identityShorthand for pose which represents zero position, and an identity rotation.

변수

forwardReturns the forward vector of the pose.
positionThe position component of the pose.
rightReturns the right vector of the pose.
rotationThe rotation component of the pose.
upReturns the up vector of the pose.

생성자

PoseCreates a new pose with the given vector, and quaternion values.

Public 함수

GetTransformedByTransforms the current pose into the local space of the provided pose.

연산자

operator !=Returns true if two poses are not equal.
operator ==Returns true if two poses are equal.