Click or drag to resize
ShapeTypeAttribute Constructor
Initializes a new instance of the ShapeTypeAttribute class.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public ShapeTypeAttribute(
	Type shapeType
)

Parameters

shapeType
Type: SystemType
The Enum type of the decorated field.
See Also