Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
FlyingEnemyMovement
C# 클래스 FlyingEnemyMovement, JuniorProject
상속:
MonoBehaviour
파일 보기
프로젝트 열기: MilesMeacham/JuniorProject
공개 프로퍼티들
프로퍼티
타입
설명
followDistance
float
lookAtDistance
float
nearAttackDistance
float
rb
UnityEngine.Rigidbody
relativePoint
Vector3
speed
float
target
Transform
공개 메소드들
메소드
설명
EnemyFlyMovement
( ) :
void
Start
( ) :
void
Update
( ) :
void
메소드 상세
EnemyFlyMovement()
공개
메소드
public
EnemyFlyMovement
( ) :
void
리턴
void
Start()
공개
메소드
public
Start
( ) :
void
리턴
void
Update()
공개
메소드
public
Update
( ) :
void
리턴
void
프로퍼티 상세
followDistance
공개적으로 프로퍼티
public
float
followDistance
리턴
float
lookAtDistance
공개적으로 프로퍼티
public
float
lookAtDistance
리턴
float
nearAttackDistance
공개적으로 프로퍼티
public
float
nearAttackDistance
리턴
float
rb
공개적으로 프로퍼티
public
Rigidbody,UnityEngine
rb
리턴
UnityEngine.Rigidbody
relativePoint
공개적으로 프로퍼티
public
Vector3
relativePoint
리턴
Vector3
speed
공개적으로 프로퍼티
public
float
speed
리턴
float
target
공개적으로 프로퍼티
public
Transform
target
리턴
Transform