OrganismStateCellRadius Property |
Determines the number of game cells a creature uses on the
screen. Each grid cell is 8 pixels in width and height.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int CellRadius { get; }
Public ReadOnly Property CellRadius As Integer
Get
public:
property int CellRadius {
int get ();
}
member CellRadius : int with get
Return Value
Type:
Int32
System.Int32 for the grid cells the creature's radius represents.
See Also