mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
Fix typo
This commit is contained in:
parent
3613e32c34
commit
c4d1f20399
@ -7,7 +7,7 @@ namespace UnityAtoms
|
||||
/// <summary>
|
||||
/// A Variable Instancer is a MonoBehaviour that takes a variable as a base and creates an in memory copy of it OnEnable.
|
||||
/// This is handy when you want to use atoms for prefabs that are instantiated at runtime. Use together with AtomCollection to
|
||||
/// react accordingly when a prefab with an assoicated atom is added or deleted to the scene.
|
||||
/// react accordingly when a prefab with an associated atom is added or deleted to the scene.
|
||||
/// </summary>
|
||||
/// <typeparam name="V">Variable of type T.</typeparam>
|
||||
/// <typeparam name="T">The value type.</typeparam>
|
||||
|
@ -788,7 +788,7 @@ Variable Instancer of type `Vector2`. Inherits from `AtomVariableInstancer<Vecto
|
||||
- `E2` - Event x 2 of type T.
|
||||
- `F` - Function of type T => T
|
||||
|
||||
A Variable Instancer is a MonoBehaviour that takes a variable as a base and creates an in memory copy of it OnEnable. This is handy when you want to use atoms for prefabs that are instantiated at runtime. Use together with AtomCollection to react accordingly when a prefab with an assoicated atom is added or deleted to the scene.
|
||||
A Variable Instancer is a MonoBehaviour that takes a variable as a base and creates an in memory copy of it OnEnable. This is handy when you want to use atoms for prefabs that are instantiated at runtime. Use together with AtomCollection to react accordingly when a prefab with an associated atom is added or deleted to the scene.
|
||||
|
||||
### Variables
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user