Click or drag to resize
CylinderProperties Structure
A struct for describing cylinder properties.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public struct CylinderProperties : IEquatable<CylinderProperties>

The CylinderProperties type exposes the following members.

Constructors
  NameDescription
Public methodCylinderProperties
Initializes a new instance of the CylinderProperties struct.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current CylinderProperties.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CylinderProperties)
Determines whether the specified CylinderProperties is equal to the current CylinderProperties.
Public methodGetHashCode
Serves as a hash function for a CylinderProperties object.
(Overrides ValueTypeGetHashCode.)
Top
Properties
  NameDescription
Public propertyHeight
Gets the height.
Public propertyRadius
Gets the radius.
Top
See Also