ux.Master.Play C# (CSharp) Method

Play() public method

再生を開始します。
public Play ( ) : void
return void
        public void Play()
        {
            this.Playing = true;
        }