A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
MatrixConverter Class Reference
+ Inheritance diagram for MatrixConverter:
+ Collaboration diagram for MatrixConverter:

Public Member Functions

override bool CanConvert (Type type)
 
override object ReadJson (Type objectType, Dictionary< string, object > values)
 
override Dictionary< string,
object > 
WriteJson (Type type, object value)
 

Private Attributes

float[] values = new float[16]
 Just a temporary array of 16 floats.
 

Member Data Documentation

float [] values = new float[16]
private

Just a temporary array of 16 floats.

Stores the elements of the matrices temporarily


The documentation for this class was generated from the following file: