scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using UnityEngine.Scripting.APIUpdating;
|
||||
|
||||
namespace UnityEngine.AI
|
||||
{
|
||||
// Token: 0x020001BB RID: 443
|
||||
[MovedFrom("UnityEngine")]
|
||||
public enum NavMeshObstacleShape
|
||||
{
|
||||
// Token: 0x040004A4 RID: 1188
|
||||
Capsule,
|
||||
// Token: 0x040004A5 RID: 1189
|
||||
Box
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user