ToolTemplate.ReactiveHud.ReactiveHud C# (CSharp) Method

ReactiveHud() public method

public ReactiveHud ( ) : System
return System
        public ReactiveHud()
        {
            mCameraBounds = new CameraBounds(EditorData.BoundsCamera);

            mSplineMover = new SplineMover();

            mCurrentSplinePointMarker = new SplinePointSelectionMarker();

            mSelf = this;
        }