Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetRow(int)

Gets a row of the matrix.
Read time 1 minuteLast updated 10 days ago

Definition

public Vector3 GetRow(int index)

Parameters

index

The row index, between 0 and 1 inclusively

Returns

Type

Description

Vector3The row at "index"