版本:Unity 6(6000.0)
语言英语
  • C#

LightDescription.TryGetProperty

建议更改

成功!

感谢您帮助我们提升 Unity 文档的质量。尽管我们无法接受所有提交,但我们会阅读用户建议的每项更改,并在适用时进行更新。

关闭

提交失败

出于某种原因,无法提交您建议的更改。请在几分钟后<a>重试</a>。感谢您花时间帮助我们提升 Unity 文档的质量。

关闭

取消

声明

public bool TryGetProperty(string propertyName, out float value);

声明

public bool TryGetProperty(string propertyName, out Vector4 value);

声明

public bool TryGetProperty(string propertyName, out string value);

声明

public bool TryGetProperty(string propertyName, out int value);

参数

propertyName 属性名称。
value 检索到的值。

返回

bool 如果该属性存在于光源上,则返回 true。否则返回 false。

描述

检索指定光源属性的值。