Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

MaterialPropertyBlock.SetVector

Switch to Manual
public function SetVector(name: string, value: Vector4): void;
public function SetVector(nameID: int, value: Vector4): void;

Parameters

Description

Set a vector property.

Adds a property to the block. If a vector property with the given name already exists, the old value is replaced.

See Also: SetColor, SetMatrix, SetFloat, SetTexture.