class
LineAttribute
public class LineAttribute : BaseModelDocAttribute Constructors
LineAttribute() Properties
| Name | Type | Description |
|---|---|---|
BoneFrom | String | Internal name of the key that dictates which bone to use as parent for start position. |
AttachmentFrom | String | Internal name of the key that dictates which attachment to use as parent for start position. |
OriginFrom | String | Internal name of the key to read line start position from. |
BoneTo | String | Internal name of the key that dictates which bone to use as parent for end position. |
AttachmentTo | String | Internal name of the key that dictates which attachment to use as parent for end position. |
OriginTo | String | Internal name of the key to read line end position from. |
Enabled | String | Internal name of the key that controls whether this helper is visible or not. |
Color | String | A string formatted color for this helper. Format is "255 255 255" |
Width | Single | The width of the line helper |
Assembly:
Sandbox.Engine Namespace: Sandbox.ModelEditor Full Name: Sandbox.ModelEditor.LineAttribute