C# 클래스 Content.Shared.Physics.Pull.PullMessage

상속: ComponentMessage
파일 보기 프로젝트 열기: space-wizards/space-station-14

공개 프로퍼티들

프로퍼티 타입 설명
Pulled IPhysBody
Puller IPhysBody

보호된 메소드들

메소드 설명
PullMessage ( IPhysBody puller, IPhysBody pulled ) : Robust.Shared.Physics

메소드 상세

PullMessage() 보호된 메소드

protected PullMessage ( IPhysBody puller, IPhysBody pulled ) : Robust.Shared.Physics
puller IPhysBody
pulled IPhysBody
리턴 Robust.Shared.Physics

프로퍼티 상세

Pulled 공개적으로 프로퍼티

public IPhysBody Pulled
리턴 IPhysBody

Puller 공개적으로 프로퍼티

public IPhysBody Puller
리턴 IPhysBody