Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTransformedBy

Transforms the current pose into the local space of the provided pose.
Read time 1 minuteLast updated 6 days ago

Definition

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

GetTransformedBy(Pose)

Transforms the current pose into the local space of the provided pose.
public Pose GetTransformedBy(Pose lhs)

Parameters

lhs

Returns

Type

Description

Pose

GetTransformedBy(Transform)

Transforms the current pose into the local space of the provided pose.
public Pose GetTransformedBy(Transform lhs)

Parameters

Returns

Type

Description

Pose