Class NavMeshObstacle
Inheritance
NavMeshObstacle
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine")]
public sealed class NavMeshObstacle : Behaviour
Properties
carveOnlyStationary
Declaration
public bool carveOnlyStationary { get; set; }
Property Value
carving
Declaration
public bool carving { get; set; }
Property Value
carvingMoveThreshold
Declaration
public float carvingMoveThreshold { get; set; }
Property Value
carvingTimeToStationary
Declaration
public float carvingTimeToStationary { get; set; }
Property Value
|
Improve this Doc
View Source
center
Declaration
public Vector3 center { get; set; }
Property Value
height
Declaration
public float height { get; set; }
Property Value
radius
Declaration
public float radius { get; set; }
Property Value
shape
Declaration
public NavMeshObstacleShape shape { get; set; }
Property Value
|
Improve this Doc
View Source
size
Declaration
public Vector3 size { get; set; }
Property Value
|
Improve this Doc
View Source
velocity
Declaration
public Vector3 velocity { get; set; }
Property Value
Extension Methods