Class OcclusionArea
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class OcclusionArea : Component
Properties
center
Declaration
public Vector3 center { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
size
Declaration
public Vector3 size { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |