SpriteStateSolidWidth Property |
Retrieve the solid width of this state.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public int SolidWidth { get; }
Property Value
Type:
Int32Remarks 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