C# 클래스 VehicleTurret, ProjectPhoenix

상속: MonoBehaviour
파일 보기 프로젝트 열기: Alx666/ProjectPhoenix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AxeX Transform
AxeY Transform
MaxAngle float
MinAngle float
RotationSpeed float

비공개 메소드들

메소드 설명
ClampAngle ( float angle, float max, float min ) : float
UpdateRotation ( Vector3 MousePosition ) : void

프로퍼티 상세

AxeX 공개적으로 프로퍼티

public Transform AxeX
리턴 Transform

AxeY 공개적으로 프로퍼티

public Transform AxeY
리턴 Transform

MaxAngle 공개적으로 프로퍼티

public float MaxAngle
리턴 float

MinAngle 공개적으로 프로퍼티

public float MinAngle
리턴 float

RotationSpeed 공개적으로 프로퍼티

public float RotationSpeed
리턴 float