A* Pathfinding Project
4.2.7
The A* Pathfinding Project for Unity 3D
|
Base class for all components in the package. More...
Base class for all components in the package.
Protected Member Functions | |
virtual void | Awake () |
virtual int | OnUpgradeSerializedData (int version, bool unityThread) |
Handle serialization backwards compatibility. More... | |
virtual void | Reset () |
Handle serialization backwards compatibility. More... | |
Private Member Functions | |
void ISerializationCallbackReceiver. | OnAfterDeserialize () |
Handle serialization backwards compatibility. More... | |
void ISerializationCallbackReceiver. | OnBeforeSerialize () |
Handle serialization backwards compatibility. More... | |
void IVersionedMonoBehaviourInternal. | UpgradeFromUnityThread () |
Private Attributes | |
int | version = 0 |
Version of the serialized data. More... | |
Additional Inherited Members |
|
protectedvirtual |
Reimplemented in AstarPath, GraphUpdateScene, AILerp, NavmeshCut, Seeker, RVOSimulator, GraphModifier, NavmeshAdd, DynamicGridObstacle, LegacyAIPath, MecanimBridge, MineBotAnimation, LegacyRichAI, Patrol, and TurnBasedAI.
|
private |
Handle serialization backwards compatibility.
|
private |
Handle serialization backwards compatibility.
|
protectedvirtual |
|
protectedvirtual |
Handle serialization backwards compatibility.
Reimplemented in AIBase, and GraphModifier.
|
private |
Implements IVersionedMonoBehaviourInternal.
|
private |
Version of the serialized data.
Used for script upgrades.