C# 클래스 CameraMouseAim, unity-unet-authoritative-networking

Simple script for mouse aim around a specific target
In our case, the target is a little above characters's shoulder
상속: MonoBehaviour
파일 보기 프로젝트 열기: atrakeur/unity-unet-authoritative-networking 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
target GameObject

공개 메소드들

메소드 설명
RunUpdate ( float delta ) : void
SetTarget ( GameObject target ) : void

메소드 상세

RunUpdate() 공개 메소드

public RunUpdate ( float delta ) : void
delta float
리턴 void

SetTarget() 공개 메소드

public SetTarget ( GameObject target ) : void
target GameObject
리턴 void

프로퍼티 상세

target 공개적으로 프로퍼티

public GameObject target
리턴 GameObject