Danmaku_no_Kyojin.BulletEngine.Equationator.BaseNode.MakeHead C# (CSharp) Method

MakeHead() protected method

Make this node into a head node.
protected MakeHead ( ) : void
return void
        protected void MakeHead()
        {
            //note that if there is a prev node, it has to take care of it's own pointers!
            Prev = null;
        }