class LineAttribute

in global :: Sandbox . ModelEditor

😔 No documentation found.


public string BoneFrom { get; set; }

Internal name of the key that dictates which bone to use as parent for start position.

public string AttachmentFrom { get; set; }

Internal name of the key that dictates which attachment to use as parent for start position.

public string OriginFrom { get; set; }

Internal name of the key to read line start position from.

public string BoneTo { get; set; }

Internal name of the key that dictates which bone to use as parent for end position.

public string AttachmentTo { get; set; }

Internal name of the key that dictates which attachment to use as parent for end position.

public string OriginTo { get; set; }

Internal name of the key to read line end position from.

public string Enabled { get; set; }

Internal name of the key that controls whether this helper is visible or not.

public string Color { get; set; }

A string formatted color for this helper. Format is "255 255 255"

public float Width { get; set; }

The width of the line helper

public Type GetType( )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public LineAttribute( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public void AddMetaData( Dictionary<string,object> meta_data )

😔 No documentation found.

public void AddTags( List<string> tags )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public void AddHelpers( List<Tuple<string,string[]>> helpers )

😔 No documentation found.