Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetRow(int)

Returns a row of the matrix.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public readonly Vector4 GetRow(int index)

Parameters

index

Returns

Type

Description

Vector4

Remarks

The i-th row is returned as a Vector4.
i
must be from 0 to 3 inclusive.
Additional Resources: Matrix4x4.SetRow.