Axis::Unit PHP 메소드

Unit() 공개 메소드

Returns the size of a unit in grid space
public Unit ( )
    public function Unit()
    {
        if (!isset($this->unit_size)) {
            $this->Grid(1);
        }
        return $this->unit_size;
    }