Skip to content

Commit da81faa

Browse files
Update README.md
1 parent ef948e6 commit da81faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ abstract class EntityComponent<EntityComponentType, EntitySystemType> : UnityEng
117117
void SetActive (bool value);
118118
/// Destroys the game object of the entity.
119119
void Destroy ();
120-
/// Adds an asset to the entity.
121120
/// Sets the value a property to a Unity Component.
122121
void SetComponentProperty<UnityComponentType> (ref UnityComponentType entityProperty);
122+
/// Adds an asset to the entity.
123123
void AddAsset (UnityEngine.Object asset);
124124
/// Loads a asset from the controller and adds it as an asset to the entity.
125125
void AddAsset (string name);

0 commit comments

Comments
 (0)