C# 클래스 hyades.physics.CollisionInfo

파일 보기 프로젝트 열기: zfedoran/bubblebound 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
body_a Body
body_b Body
edge_distance float
normal Vector2
penetration float
point Vector2
pointmass_a PointMass
pointmass_b PointMass
pointmass_c PointMass

공개 메소드들

메소드 설명
Clear ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

프로퍼티 상세

body_a 공개적으로 프로퍼티

public Body,hyades.physics body_a
리턴 Body

body_b 공개적으로 프로퍼티

public Body,hyades.physics body_b
리턴 Body

edge_distance 공개적으로 프로퍼티

public float edge_distance
리턴 float

normal 공개적으로 프로퍼티

public Vector2 normal
리턴 Vector2

penetration 공개적으로 프로퍼티

public float penetration
리턴 float

point 공개적으로 프로퍼티

public Vector2 point
리턴 Vector2

pointmass_a 공개적으로 프로퍼티

public PointMass,hyades.physics pointmass_a
리턴 PointMass

pointmass_b 공개적으로 프로퍼티

public PointMass,hyades.physics pointmass_b
리턴 PointMass

pointmass_c 공개적으로 프로퍼티

public PointMass,hyades.physics pointmass_c
리턴 PointMass