Click or drag to resize
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.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public int CellRadius { get; }

Return Value

Type: Int32
System.Int32 for the grid cells the creature's radius represents.
See Also