Versions with this page:
Versions without this page:
远裁剪面距离。
投影器不影响远于此距离的任何内容。 另请参阅:projector component。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Start() { Projector proj = GetComponent<Projector>(); proj.farClipPlane = 20.0F; } }