Version: 2017.3
public Vector3 center ;

描述

将在其中将反射应用于对象的盒体区域的中心。在探针的本地空间中测量。

    ReflectionProbe probe = GetComponent<ReflectionProbe>();
    // Reset the center to the transform's position
    probe.center = Vector3.zero;