C# 클래스 GunnerAim

상속: Photon.MonoBehaviour
파일 보기 프로젝트 열기: daniel-cheng/stellar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
baseObject Transform
guns Transform
isEnabled bool
xMaxLimit float
xMinLimit float
xSpeed float
yMaxLimit float
yMinLimit float
ySpeed float

공개 메소드들

메소드 설명
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnPhotonSerializeView() 공개 메소드

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

baseObject 공개적으로 프로퍼티

public Transform baseObject
리턴 Transform

guns 공개적으로 프로퍼티

public Transform guns
리턴 Transform

isEnabled 공개적으로 프로퍼티

public bool isEnabled
리턴 bool

xMaxLimit 공개적으로 프로퍼티

public float xMaxLimit
리턴 float

xMinLimit 공개적으로 프로퍼티

public float xMinLimit
리턴 float

xSpeed 공개적으로 프로퍼티

public float xSpeed
리턴 float

yMaxLimit 공개적으로 프로퍼티

public float yMaxLimit
리턴 float

yMinLimit 공개적으로 프로퍼티

public float yMinLimit
리턴 float

ySpeed 공개적으로 프로퍼티

public float ySpeed
리턴 float