Center of the occlusion area relative to the transform.
JavaScript
JavaScript
C#
Boo
// Sets the center of the occlusion area to the center of the transform @scriptRequireComponent(OcclusionArea) transform.GetComponent(OcclusionArea).center = Vector3.zero;