C# Class Pathfinding.RVO.RVOObstacle

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Свойство Type Description
obstacleMode ObstacleVertexWinding

Protected Properties

Свойство Type Description
sim Simulator

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnDrawGizmos ( ) : void
OnDrawGizmos ( bool selected ) : void
OnDrawGizmosSelected ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
AddObstacleInternal ( Vector3 vertices, float height ) : void
WindCorrectly ( Vector3 vertices ) : void

Method Details

AddObstacle() protected méthode

protected AddObstacle ( Vector3 vertices, float height ) : void
vertices UnityEngine.Vector3
height float
Résultat void

AreGizmosDirty() protected abstract méthode

protected abstract AreGizmosDirty ( ) : bool
Résultat bool

CreateObstacles() protected abstract méthode

protected abstract CreateObstacles ( ) : void
Résultat void

FindSimulator() protected méthode

protected FindSimulator ( ) : void
Résultat void

GetMatrix() protected méthode

protected GetMatrix ( ) : Matrix4x4
Résultat UnityEngine.Matrix4x4

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( bool selected ) : void
selected bool
Résultat void

OnDrawGizmosSelected() public méthode

public OnDrawGizmosSelected ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

obstacleMode public_oe property

public ObstacleVertexWinding obstacleMode
Résultat ObstacleVertexWinding

sim protected_oe property

protected Simulator,Pathfinding.RVO sim
Résultat Simulator