Epigene.UI.UIVideo.UIVideo C# (CSharp) Method

UIVideo() public method

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

		}//ctor

Same methods

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