C# Class GoEllipse, Unity3D-DXF-Viewer

Inheritance: MonoBehaviour, IResizeObject
Afficher le fichier Open project: TimChen44/Unity3D-DXF-Viewer Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxResolution int
MinResolution int
OptimizingLevel int
ZoomAdjust float
lr UnityEngine.LineRenderer

Méthodes publiques

Méthode 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 méthode

public Awake ( ) : void
Résultat void

HideOrShow() public méthode

public HideOrShow ( ) : void
Résultat void

Set() public méthode

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

SetSetWidth() public méthode

public SetSetWidth ( ) : void
Résultat void

ToMax() public méthode

public ToMax ( ) : void
Résultat void

ToMin() public méthode

public ToMin ( ) : void
Résultat void

Property Details

MaxResolution public_oe property

public int MaxResolution
Résultat int

MinResolution public_oe property

public int MinResolution
Résultat int

OptimizingLevel public_oe property

public int OptimizingLevel
Résultat int

ZoomAdjust public_oe property

public float ZoomAdjust
Résultat float

lr public_oe property

public LineRenderer,UnityEngine lr
Résultat UnityEngine.LineRenderer