Click or drag to resize
DownhillLeftTileShapeValue Property
Returns the default instance of this class.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public static DownhillLeftTileShape Value { get; }

Property Value

Type: DownhillLeftTileShape
Remarks
Objects derived from TileShape generally have a default instance that all code can refer to because they are just a set of functions and don't have any instance-specific data. So all code can share one instance rather than each case dealing with creating its own.
See Also