|
The far clipping plane distance.
camera.farClipPlane = 100.0;
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
void Example() {
camera.farClipPlane = 100.0F;
}
}
import UnityEngine
import System.Collections
class example(MonoBehaviour):
def Example():
camera.farClipPlane = 100.0F