GearBlocks
The GearBlocks Lua scripting API
List of all members
SmashHammer.GearBlocks.Environment.Boundary Class Reference

Scene boundary. More...

Inheritance diagram for SmashHammer.GearBlocks.Environment.Boundary:
SmashHammer.GearBlocks.Environment.IBoundary

Additional Inherited Members

void SetDims (RectProxy dims)
 Set the map boundary dimensions.
 
RectProxy GetDims ()
 Get the map boundary dimensions.
 
void ResetDims ()
 Reset the map boundary back to the default dimensions.
 
void SetEnabled (bool enabled)
 Sets whether the map boundary is enabled.
 

Detailed Description

Scene boundary.

Available in Lua via the "Boundary" global, for example:

Boundary.SetDims( Rect.__new( -100, -100, 200, 200 ) )
Scene boundary.
Definition Boundary.cs:20