C# Class Pathfinding.RVO.RVOObstacle

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
obstacleMode ObstacleVertexWinding

Protected Properties

Property Type Description
sim Simulator

Public Methods

Method Description
OnDisable ( ) : void
OnDrawGizmos ( ) : void
OnDrawGizmos ( bool selected ) : void
OnDrawGizmosSelected ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Protected Methods

Method Description
AddObstacle ( Vector3 vertices, float height ) : void
AreGizmosDirty ( ) : bool
CreateObstacles ( ) : void
FindSimulator ( ) : void
GetMatrix ( ) : Matrix4x4

Private Methods

Method Description
AddObstacleInternal ( Vector3 vertices, float height ) : void
WindCorrectly ( Vector3 vertices ) : void

Method Details

AddObstacle() protected method

protected AddObstacle ( Vector3 vertices, float height ) : void
vertices UnityEngine.Vector3
height float
return void

AreGizmosDirty() protected abstract method

protected abstract AreGizmosDirty ( ) : bool
return bool

CreateObstacles() protected abstract method

protected abstract CreateObstacles ( ) : void
return void

FindSimulator() protected method

protected FindSimulator ( ) : void
return void

GetMatrix() protected method

protected GetMatrix ( ) : Matrix4x4
return UnityEngine.Matrix4x4

OnDisable() public method

public OnDisable ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( bool selected ) : void
selected bool
return void

OnDrawGizmosSelected() public method

public OnDrawGizmosSelected ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

obstacleMode public property

public ObstacleVertexWinding obstacleMode
return ObstacleVertexWinding

sim protected property

protected Simulator,Pathfinding.RVO sim
return Simulator