CSharpGL.LineStippleState.StateOn C# (CSharp) 메소드

StateOn() 보호된 메소드

protected StateOn ( ) : void
리턴 void
        protected override void StateOn()
        {
            base.StateOn();

            if (this.enableCapacityWhenStateOn)
            {
                OpenGL.LineStipple(this.Factor, this.Pattern);
            }
        }