예제 #1
0
 // Use this for initialization
 protected virtual void Start()
 {
     if (VideoParams == null)
     {
         VideoParams = gameObject.GetComponent <VideoParametersController> ();
     }
 }