C# 클래스 Infiniminer.CylinderDrawingComponent.Cylinder

파일 보기 프로젝트 열기: bobisfat/Infiniminer

공개 프로퍼티들

프로퍼티 타입 설명
end Vector3
start Vector3

공개 메소드들

메소드 설명
Cylinder ( Vector3 start, Vector3 end ) : System

메소드 상세

Cylinder() 공개 메소드

public Cylinder ( Vector3 start, Vector3 end ) : System
start Vector3
end Vector3
리턴 System

프로퍼티 상세

end 공개적으로 프로퍼티

public Vector3 end
리턴 Vector3

start 공개적으로 프로퍼티

public Vector3 start
리턴 Vector3