Epigene.UI.UIVideo.UIVideo C# (CSharp) 메소드

UIVideo() 공개 메소드

default ctor
public UIVideo ( GameObject gameObject ) : UnityEngine
gameObject UnityEngine.GameObject
리턴 UnityEngine
		public UIVideo(GameObject gameObject)
		{
			this.gameObject = gameObject;
			//this.gameObject.renderer.sortingOrder = 200;

		}//ctor

Same methods

UIVideo::UIVideo ( GameObject gameObject, object>.Dictionary dict ) : UnityEngine