Click or drag to resize
ShapeTypeAttribute Class
A PropertyAttribute to specify that an enum field is for some shape type.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      CandlelightShapeTypeAttribute

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

The ShapeTypeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodShapeTypeAttribute
Initializes a new instance of the ShapeTypeAttribute class.
Top
Properties
  NameDescription
Public propertyShapeType
Gets the Type of the decorated field.
Top
See Also