C# Class GoEllipse, Unity3D-DXF-Viewer

Inheritance: MonoBehaviour, IResizeObject
Show file Open project: TimChen44/Unity3D-DXF-Viewer Class Usage Examples

Public Properties

Property Type Description
MaxResolution int
MinResolution int
OptimizingLevel int
ZoomAdjust float
lr UnityEngine.LineRenderer

Public Methods

Method Description
Awake ( ) : void
HideOrShow ( ) : void
Set ( DXFStructure dxf, ELLIPSE item, float ScaleX = 1, float ScaleY = 1 ) : void
SetSetWidth ( ) : void
ToMax ( ) : void
ToMin ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

HideOrShow() public method

public HideOrShow ( ) : void
return void

Set() public method

public Set ( DXFStructure dxf, ELLIPSE item, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
item DXFConvert.ELLIPSE
ScaleX float
ScaleY float
return void

SetSetWidth() public method

public SetSetWidth ( ) : void
return void

ToMax() public method

public ToMax ( ) : void
return void

ToMin() public method

public ToMin ( ) : void
return void

Property Details

MaxResolution public property

public int MaxResolution
return int

MinResolution public property

public int MinResolution
return int

OptimizingLevel public property

public int OptimizingLevel
return int

ZoomAdjust public property

public float ZoomAdjust
return float

lr public property

public LineRenderer,UnityEngine lr
return UnityEngine.LineRenderer