this[]
Access element at [row, column].
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
this[int, int]
Access element at [row, column].
public float this[int row, int column] { get; set; }
Parameters
Returns
Type | Description |
|---|---|
| float | The value at [row, column] |
this[int]
Access element at sequential index (0..5 inclusive).
public float this[int index] { get; set; }
Parameters
Returns
Type | Description |
|---|---|
| float | The value at [index] |