class
CylinderAttribute
public class CylinderAttribute : CapsuleAttribute Draws a cylinder, which can be manipulated via gizmos. You can have multiple of these.
Constructors
CylinderAttribute(String point1Key, String point2key, String radiusKey) This variation has 1 radius for both points.
CylinderAttribute(String point1Key, String point2key, String radius1Key, String radius2Key) This variation has independent radius for each point.
Assembly:
Sandbox.Engine Namespace: Sandbox.ModelEditor Full Name: Sandbox.ModelEditor.CylinderAttribute