返回介绍

Material.GetMatrix 获取矩阵

发布于 2019-12-18 15:37:58 字数 1240 浏览 1182 评论 0 收藏 0

JavaScript => public function GetMatrix(propertyName: string): Matrix4x4;
JavaScript => public function GetMatrix(nameID: int): Matrix4x4;
C# => public Matrix4x4 GetMatrix(string propertyName);
C# => public Matrix4x4 GetMatrix(int nameID);

Description 描述

Get a named matrix value from the shader.

从这个shader中获取命名矩阵的值。

This is mostly used with custom shaders that need extra matrix parameters. Matrix parameters are not exposed in the material inspector, but can be set and queried with SetMatrix and GetMatrix from scripts.

这主要用于自定义着色器需要额外矩阵参数。矩阵参数不会将其公开在材质的检视面板中,但可以在脚本中通过SetMatrix 和 GetMatrix设置和查询。

See Also: SetMatrix,Shader.PropertyToID.

Material

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文