C# Class GoLine, Unity3D-DXF-Viewer

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

Méthodes publiques

Свойство Type Description
ZoomAdjust float
c8 string
gg GoLayer,
lr UnityEngine.LineRenderer

Méthodes publiques

Méthode Description
Awake ( ) : void
HideOrShow ( ) : void
Set ( DXFStructure dxf, LINE item, float ScaleX = 1, float ScaleY = 1 ) : void
Set ( DXFStructure dxf, P2D P1, P2D P2, GoLayer, goLayer, 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, LINE item, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
item DXFConvert.LINE
ScaleX float
ScaleY float
Résultat void

Set() public méthode

public Set ( DXFStructure dxf, P2D P1, P2D P2, GoLayer, goLayer, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
P1 P2D
P2 P2D
goLayer GoLayer,
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

ZoomAdjust public_oe property

public float ZoomAdjust
Résultat float

c8 public_oe property

public string c8
Résultat string

gg public_oe property

public GoLayer, gg
Résultat GoLayer,

lr public_oe property

public LineRenderer,UnityEngine lr
Résultat UnityEngine.LineRenderer