NoSqlite ORM nosqlite
Sqlite ORM for Unity
Loading...
Searching...
No Matches
NoSqlite.Serializables.SerializableVector3 Class Reference
Inheritance diagram for NoSqlite.Serializables.SerializableVector3:
NoSqlite.Orm.ISerializable

Public Member Functions

 SerializableVector3 (float x, float y, float z)
 
object Deserialize (string str)
 Loads the object from a string.
 
string Serialize ()
 Saves the object to a string.
 

Public Attributes

float x
 
float y
 
float z
 

Member Function Documentation

◆ Deserialize()

object NoSqlite.Serializables.SerializableVector3.Deserialize ( string str)

Loads the object from a string.

Parameters
str
Returns

Implements NoSqlite.Orm.ISerializable.

◆ Serialize()

string NoSqlite.Serializables.SerializableVector3.Serialize ( )

Saves the object to a string.

Returns

Implements NoSqlite.Orm.ISerializable.


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