Version: 2022.1
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 Returns true if the property exists on the light. Returns false otherwise.

描述

Retrieves the value of a specified light property.