Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Gets the [row, col] element of the matrix.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule

this[int, int]

public float this[int row, int col] { get; set; }

Parameters

row

The matrix row.

col

The matrix column.

Returns

Type

Description

float