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.SetColumn

public void SetColumn(int index, Vector4 column);

Description

Sets a column of the matrix.

You use this to build transformation matrices using right, up and forward vectors:

no example available in C#

The i-th column is set from v. i must be from 0 to 3 inclusive.

See Also: GetColumn.

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