add ckg
plantilla base para movimiento básico
This commit is contained in:
15
Assets/Game Kit Controller/Scripts/AI/AINavMeshMoveInfo.cs
Normal file
15
Assets/Game Kit Controller/Scripts/AI/AINavMeshMoveInfo.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[System.Serializable]
|
||||
public class AINavMeshMoveInfo
|
||||
{
|
||||
public Vector3 moveInput;
|
||||
public bool crouchInput;
|
||||
public bool jumpInput;
|
||||
public bool lookAtTarget;
|
||||
|
||||
public bool strafeModeActive;
|
||||
public bool AIEnableInputMovementOnStrafe;
|
||||
}
|
||||
Reference in New Issue
Block a user