Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetMatrix4x4

Returns a Matrix4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
Read time 1 minuteLast updated 8 days ago

Definition

GetMatrix4x4(int)

Returns a Matrix4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
public Matrix4x4 GetMatrix4x4(int nameID)

Parameters

nameID

The name ID of the property retrieved by Shader.PropertyToID.

Returns

Type

Description

Matrix4x4

GetMatrix4x4(string)

Returns a Matrix4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
public Matrix4x4 GetMatrix4x4(string name)

Parameters

name

The name of the property.

Returns

Type

Description

Matrix4x4