Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Transform

Transform the geometry.
Read time 1 minuteLast updated 11 days ago

Definition

Transform(PhysicsTransform)

Transform the geometry.
public readonly ChainSegmentGeometry Transform(PhysicsTransform transform)

Parameters

The geometry to transform with.

Returns

Type

Description

ChainSegmentGeometryThe transformed geometry.

Transform(Matrix4x4)

Transform the geometry.
public readonly ChainSegmentGeometry Transform(Matrix4x4 transform)

Parameters

transform

The transform to be used on the geometry.

Returns

Type

Description

ChainSegmentGeometryThe transformed geometry.