C# 클래스 TUIOsharp.Entities.TuioBlob

상속: TuioEntity
파일 보기 프로젝트 열기: valyard/TUIOsharp 1 사용 예제들

공개 메소드들

메소드 설명
TuioBlob ( int id )
TuioBlob ( int id, float x, float y, float angle, float width, float height, float area, float velocityX, float velocityY, float rotationVelocity, float acceleration, float rotationAcceleration )
Update ( float x, float y, float angle, float width, float height, float area, float velocityX, float velocityY, float rotationVelocity, float acceleration, float rotationAcceleration ) : void

메소드 상세

TuioBlob() 공개 메소드

public TuioBlob ( int id )
id int

TuioBlob() 공개 메소드

public TuioBlob ( int id, float x, float y, float angle, float width, float height, float area, float velocityX, float velocityY, float rotationVelocity, float acceleration, float rotationAcceleration )
id int
x float
y float
angle float
width float
height float
area float
velocityX float
velocityY float
rotationVelocity float
acceleration float
rotationAcceleration float

Update() 공개 메소드

public Update ( float x, float y, float angle, float width, float height, float area, float velocityX, float velocityY, float rotationVelocity, float acceleration, float rotationAcceleration ) : void
x float
y float
angle float
width float
height float
area float
velocityX float
velocityY float
rotationVelocity float
acceleration float
rotationAcceleration float
리턴 void