class SceneMap

book_4_sparkGenerated
code_blocksInput

Description

The SceneMap class represents map geometry that can be rendered within a SceneWorld. It provides functionality to manage and interact with scene maps in the s&box environment.

Members

Static Methods

Member NameSummary
CreateAsyncAsynchronously creates a scene map in the specified SceneWorld using the given map name.

Instance Methods

Member NameSummary
DeleteDelete this scene map. You shouldn't access it anymore.

Instance Properties

Member NameSummary
WorldThe scene world this map belongs to.
IsValidIndicates if the map is valid.
BoundsBounds of the map.
WorldOriginThe origin point of the map in world coordinates.
MapNameThe name of the map, e.g., "cs_assault".
MapFolderThe folder path of the map, e.g., "maps/davej/cs_assault".