using UnityStandardAssets.ImageEffects; // 반드시 Using해줘야 사용 가능
MainCamera.GetComponent<BlurOptimized> ().enabled = true;
'Unity' 카테고리의 다른 글
| Assetbundle Builde Script (0) | 2017.01.09 |
|---|---|
| out web link (0) | 2017.01.08 |
| Transform.TransformDirection(Vector3 Direction) (3) | 2016.01.06 |
| 각도를 Radian값으로 바꾸기. (0) | 2016.01.06 |
| LineRenderer (0) | 2016.01.05 |