Third Person Cover Shooter
1.6
|
Settings for AI start. More...
Static Public Member Functions | |
static AIStartSettings | Default () |
Default settings. More... | |
Public Attributes | |
bool | ReturnOnIdle |
Should the AI return to the starting state when becoming idle. More... | |
AIStartMode | Mode |
Mode in which the AI starts. More... | |
Vector3 | Position |
Position the AI should investigate if the mode is set to searchPosition or investigate. More... | |
Settings for AI start.
|
static |
Default settings.
AIStartMode CoverShooter.AIStartSettings.Mode |
Mode in which the AI starts.
Vector3 CoverShooter.AIStartSettings.Position |
Position the AI should investigate if the mode is set to searchPosition or investigate.
bool CoverShooter.AIStartSettings.ReturnOnIdle |
Should the AI return to the starting state when becoming idle.