setGWorldLine method

void setGWorldLine(
  1. bool flag
)

Implementation

void setGWorldLine( bool flag ){
	_gWorldLine = flag;
}