Class ContinuousSpace3D

    • Field Detail

      • DEFAULT_NAME

        public static final java.lang.String DEFAULT_NAME
        The default ID for this space
    • Constructor Detail

      • ContinuousSpace3D

        public ContinuousSpace3D()
        Creates a new ContinuousSpace2D with the default name.
      • ContinuousSpace3D

        public ContinuousSpace3D​(IVector3 areasize)
        Creates a new ContinuousSpace2D with the default name.
        Parameters:
        spaceexecutor - executor for the space
        actionexecutor - executor for component actions
        areasize - the size of the 3D area
      • ContinuousSpace3D

        public ContinuousSpace3D​(java.lang.Object name,
                                 IVector3 areasize)
        Creates a new ContinuousSpace2D with a special ID.
        Parameters:
        name - the name of this space
        areasize - the size of the 2D area
        actionexecutor - executor for component actions