CodeTV.GraphBuilderPlayer.OnGraphStarted C# (CSharp) Méthode

OnGraphStarted() public méthode

public OnGraphStarted ( ) : void
Résultat void
        public override void OnGraphStarted()
        {
            base.OnGraphStarted();

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

            IsPossibleSetSpeed = true;
            IsPossibleSetPosition = true;
        }