C# 클래스 GoLwpolyLine, Unity3D-DXF-Viewer

상속: MonoBehaviour
파일 보기 프로젝트 열기: TimChen44/Unity3D-DXF-Viewer

공개 프로퍼티들

프로퍼티 타입 설명
goLine GameObject

공개 메소드들

메소드 설명
Set ( DXFStructure dxf, LWPOLYLINE item, float ScaleX = 1, float ScaleY = 1 ) : void

메소드 상세

Set() 공개 메소드

public Set ( DXFStructure dxf, LWPOLYLINE item, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
item DXFConvert.LWPOLYLINE
ScaleX float
ScaleY float
리턴 void

프로퍼티 상세

goLine 공개적으로 프로퍼티

public GameObject goLine
리턴 GameObject