Click or drag to resize
SpriteStateSolidWidth Property
Retrieve the solid width of this state.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public int SolidWidth { get; }

Property Value

Type: Int32
Remarks
Each sprite state can have its own solid width. For example a leaping sprite might be wider than a standing sprite, and might react to solidity on the map as such.
See Also