This repository was archived by the owner on May 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
TransformVariable
sophia daniels edited this page Oct 4, 2018
·
1 revision
Implements: ScriptableObject > SavableVariable, ISerializationCallbackReceiver
ScriptableObject for saving and sharing transform data
The default position for the variable
The default rotation for the variable
The default scale for the variable
The run time position for the variable
The run time rotation for the variable
The run time scale for the variable
Run time value for the variable
SavableVariable Properties
Set to true if data has been loaded
ISerializationCallbackReceiver Methods
Applies the default value to the run time value after deserialization.
- This should happen after changing the default values in the inspector. It will also apply the default value when the game starts.
- Required for ISerializationCallbackReceiver
Does nothing
- Required for ISerializationCallbackReceiver
SavableVariable Methods
Clear the saved data
Converts runtime data to a string to be saved
- Returns: String of runtime data
Parses string of data into runtime data
- Param: data - Data to be loaded
Home | SharedVariableSaveSystem
Extensions | ColorPalletSystem | InventoryItemsSystem | SoundProfileCaptions