C# 클래스 TurretScript, Heavy-Insertion

상속: MonoBehaviour
파일 보기 프로젝트 열기: Rabenvald/Heavy-Insertion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FinalTargetPosition Vector3
FireRate float
Missile GameObject
Muzzle GameObject
PitchComponet GameObject
Projectile GameObject
ProjectileSpeed float
RotationRate float
SlerpRotationRate float
StabilizationAmount float
TargetPosition Vector3
TargetTransform Transform
TargetVector Vector3
respawnTimer float
target GameObject

공개 메소드들

메소드 설명
Awake ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Fire ( ) : void
FireMissile ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

FinalTargetPosition 공개적으로 프로퍼티

public Vector3 FinalTargetPosition
리턴 Vector3

FireRate 공개적으로 프로퍼티

public float FireRate
리턴 float

Missile 공개적으로 프로퍼티

public GameObject Missile
리턴 GameObject

Muzzle 공개적으로 프로퍼티

public GameObject Muzzle
리턴 GameObject

PitchComponet 공개적으로 프로퍼티

public GameObject PitchComponet
리턴 GameObject

Projectile 공개적으로 프로퍼티

public GameObject Projectile
리턴 GameObject

ProjectileSpeed 공개적으로 프로퍼티

public float ProjectileSpeed
리턴 float

RotationRate 공개적으로 프로퍼티

public float RotationRate
리턴 float

SlerpRotationRate 공개적으로 프로퍼티

public float SlerpRotationRate
리턴 float

StabilizationAmount 공개적으로 프로퍼티

public float StabilizationAmount
리턴 float

TargetPosition 공개적으로 프로퍼티

public Vector3 TargetPosition
리턴 Vector3

TargetTransform 공개적으로 프로퍼티

public Transform TargetTransform
리턴 Transform

TargetVector 공개적으로 프로퍼티

public Vector3 TargetVector
리턴 Vector3

respawnTimer 공개적으로 프로퍼티

public float respawnTimer
리턴 float

target 공개적으로 프로퍼티

public GameObject target
리턴 GameObject