C# 클래스 Snapper

상속: EnemyBehaviour
파일 보기 프로젝트 열기: ferdbold/littleawfuljam2016 1 사용 예제들

공개 메소드들

메소드 설명
Awake ( ) : void
Grip ( Joint target, string hand ) : void

Grip a rigidbody with a hand

Release ( ) : void

Release a hand

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Grip() 공개 메소드

Grip a rigidbody with a hand
public Grip ( Joint target, string hand ) : void
target Joint Target rigidbody
hand string Which hand to grip with, "left" or "right"
리턴 void

Release() 공개 메소드

Release a hand
public Release ( ) : void
리턴 void