<Code Lib>
M

Document.NewSpace(Level, UV)

Description:
Creates a new space element on the given level at the given location.
Overloads (3):
NewSpace(Level,UV)

public Space NewSpace(
	Level level,
	UV point
)

  • level
    The level on which the space is to exist.
  • point
    A 2D point that dictates the location on that specified level.
Return Value Space If successful the new space element is returned, otherwise .

Loading…