CodeTV.GraphBuilderPlayer.OnGraphStarted C# (CSharp) Method

OnGraphStarted() public method

public OnGraphStarted ( ) : void
return void
        public override void OnGraphStarted()
        {
            base.OnGraphStarted();

            IsPossiblePlayerPlay = false;
            IsPossiblePlayerPause = true;
            IsPossiblePlayerStop = true;

            IsPossibleSetSpeed = true;
            IsPossibleSetPosition = true;
        }