C# Class GoEllipse, Unity3D-DXF-Viewer

Inheritance: MonoBehaviour, IResizeObject
Exibir arquivo 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_oe property

public int MaxResolution
return int

MinResolution public_oe property

public int MinResolution
return int

OptimizingLevel public_oe property

public int OptimizingLevel
return int

ZoomAdjust public_oe property

public float ZoomAdjust
return float

lr public_oe property

public LineRenderer,UnityEngine lr
return UnityEngine.LineRenderer