C# 클래스 Aiv.Fast2D.Example.Rope

상속: Segment
파일 보기 프로젝트 열기: aiv01/aiv-fast2d 1 사용 예제들

공개 메소드들

메소드 설명
Rope ( float maxLength, float lineWidth ) : System
SetDestination ( System.Vector2 destination ) : void
SetDestination ( float x, float y ) : void
UpdatePhysics ( Window window ) : void

메소드 상세

Rope() 공개 메소드

public Rope ( float maxLength, float lineWidth ) : System
maxLength float
lineWidth float
리턴 System

SetDestination() 공개 메소드

public SetDestination ( System.Vector2 destination ) : void
destination System.Vector2
리턴 void

SetDestination() 공개 메소드

public SetDestination ( float x, float y ) : void
x float
y float
리턴 void

UpdatePhysics() 공개 메소드

public UpdatePhysics ( Window window ) : void
window Window
리턴 void