C# Class Axiom.SceneManagers.Octree.OctreeSceneManager.WalkQueueObject

Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
FoundVisible bool
Octant Axiom.SceneManagers.Octree.Octree

Public Methods

Method Description
WalkQueueObject ( Axiom.SceneManagers.Octree.Octree octant, bool foundVisible ) : System

Method Details

WalkQueueObject() public method

public WalkQueueObject ( Axiom.SceneManagers.Octree.Octree octant, bool foundVisible ) : System
octant Axiom.SceneManagers.Octree.Octree
foundVisible bool
return System

Property Details

FoundVisible public property

public bool FoundVisible
return bool

Octant public property

public Octree,Axiom.SceneManagers.Octree Octant
return Axiom.SceneManagers.Octree.Octree