Struct NavMeshBuildSource
Assembly: UnityEngine.dll
Syntax
public struct NavMeshBuildSource
Properties
|
Improve this Doc
View Source
area
Declaration
public int area { get; set; }
Property Value
|
Improve this Doc
View Source
component
Declaration
public Component component { get; set; }
Property Value
|
Improve this Doc
View Source
shape
Declaration
public NavMeshBuildSourceShape shape { get; set; }
Property Value
|
Improve this Doc
View Source
size
Declaration
public Vector3 size { get; set; }
Property Value
|
Improve this Doc
View Source
sourceObject
Declaration
public Object sourceObject { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Matrix4x4 transform { get; set; }
Property Value
Extension Methods