CodeTV.GraphBuilderPlayer.OnGraphStarted C# (CSharp) 메소드

OnGraphStarted() 공개 메소드

public OnGraphStarted ( ) : void
리턴 void
        public override void OnGraphStarted()
        {
            base.OnGraphStarted();

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

            IsPossibleSetSpeed = true;
            IsPossibleSetPosition = true;
        }