Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Aggressive
C# Class Aggressive, Unity-Project
Inheritance:
Brain
Mostra file
Open project: JesseKILLOUGH/Unity-Project
Class Usage Examples
Public Properties
Property
Type
Description
hitDistance
float
maxDistance
float
speed
float
strength
float
target
Transform
weapon
Transform
Public Methods
Method
Description
Awake
( ) :
void
Update
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
hitDistance
public_oe property
public
float
hitDistance
return
float
maxDistance
public_oe property
public
float
maxDistance
return
float
speed
public_oe property
public
float
speed
return
float
strength
public_oe property
public
float
strength
return
float
target
public_oe property
public
Transform
target
return
Transform
weapon
public_oe property
public
Transform
weapon
return
Transform