CodeTV.GraphBuilderPlayer.OnGraphEnded C# (CSharp) Method

OnGraphEnded() public method

public OnGraphEnded ( ) : void
return void
        public override void OnGraphEnded()
        {
            IsPossiblePlayerPlay = false;
            IsPossiblePlayerPause = false;
            IsPossiblePlayerStop = false;

            IsPossibleSetSpeed = false;
            IsPossibleSetPosition = false;

            base.OnGraphEnded();
        }