Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Matrix4x4.GetColumn

public Vector4 GetColumn(int index);

Description

Get a column of the matrix.

The i-th column is returned as a Vector4. i must be from 0 to 3 inclusive.

See Also: SetColumn.

Did you find this page useful? Please give it a rating: