AIEditor.ReactiveHud.ReactiveHud C# (CSharp) 메소드

ReactiveHud() 공개 메소드

public ReactiveHud ( ) : System
리턴 System
        public ReactiveHud()
        {
            mObjectOverHighlight = new ScalableSelector();
            mCursorLine = new ClosestNodeToCursorLine();

            mLinkHighlight = Polygon.CreateRectangle(1, 1);
            mLinkHighlight.Color = Color.LightBlue;

            mCurrentLinkHighlight = Polygon.CreateRectangle(1, 1);
            mCurrentLinkHighlight.Color = Color.Green;
        }