libtcod-net
TCODFov Class
NamespaceslibtcodWrapperTCODFov
Calculates Field Of View (FOV) information
Declaration Syntax
C#
public class TCODFov : IDisposable
Members
All MembersConstructorsMethods



IconMemberDescription
TCODFov(Int32, Int32)
Create a representation of a given map

CalculateFOV(Int32, Int32, Int32)
Recalculate FOV information based upon player location and lighit radius

CheckTileFOV(Int32, Int32)
Is a cell currently visible?

ClearMap()()()
Reset map to all cells being blocking

Dispose()()()
Destory unmanaged FOV resource

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCell(Int32, Int32, Boolean%, Boolean%)
Get a map cell's properties

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetCell(Int32, Int32, Boolean, Boolean)
Set a map cell's properties

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TCODFov

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)