Version: 2021.2
언어: 한국어
public void SetFloatArray (string name, float[] values);
public void SetFloatArray (int nameID, float[] values);
public void SetFloatArray (string name, List<float> values);
public void SetFloatArray (int nameID, List<float> values);

파라미터

name Property name.
nameID Property name ID. Use Shader.PropertyToID to get this ID.
values Array of values to set.

설명

Sets a float array property.

Sets a float array property on the material. If a float array property with the given name already exists, the old value is replaced.

The array length can't be changed once it has been added to the block. If you subsequently try to set a longer array into the same property, the length will be capped to the original length and the extra items you tried to assign will be ignored. If you set a shorter array than the original length, your values will be assigned but the original values will remain for the array elements beyond the length of your new shorter array.

Array parameters are not exposed in the material inspector, nor serialized with the material asset. But they can be set and queried with SetFloatArray, SetColorArray, SetVectorArray, SetMatrixArray and the corresponding getters from scripts at runtime.

See Also: GetFloatArray.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961