unity中GetComponent获取组件中的材质的颜色,用C#写 5
GetComponent获取组件中的材质的颜色transform.gameObject.GetComponent().material.color这么写为啥不对啊,错误提...
GetComponent获取组件中的材质的颜色
transform.gameObject.GetComponent().material.color
这么写为啥不对啊,错误提示是这样:`UnityEngine.GameObject.GetComponent<T>()' cannot be inferred from the usage. Try specifying the type arguments explicitly 展开
transform.gameObject.GetComponent().material.color
这么写为啥不对啊,错误提示是这样:`UnityEngine.GameObject.GetComponent<T>()' cannot be inferred from the usage. Try specifying the type arguments explicitly 展开
1个回答
展开全部
T是组件类型
比如mesh就是
transform.gameObject.GetComponent<Mesh>()
我举个别的例子
curObj.transform.Find ("mesh_body").GetComponentsInChildren<SkinnedMeshRenderer> (true) [0].sharedMaterials[0].color; 这个例子里color是main color,要是获取tinycolor啥的话就是sharedMaterials[0].GetColor("_TintColor");
比如mesh就是
transform.gameObject.GetComponent<Mesh>()
我举个别的例子
curObj.transform.Find ("mesh_body").GetComponentsInChildren<SkinnedMeshRenderer> (true) [0].sharedMaterials[0].color; 这个例子里color是main color,要是获取tinycolor啥的话就是sharedMaterials[0].GetColor("_TintColor");
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
TableDI
2024-07-18 广告
2024-07-18 广告
在上海悉息信息科技有限公司,我们深知Excel在数据处理中的重要作用。在Excel中引用不同工作表(sheet)的数据是常见的操作,这有助于整合和分析跨多个工作表的信息。通过在工作表名称前加上感叹号“!”,您可以轻松地引用其他工作表中的数据...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询