Skip to content

Commit 8a5785d

Browse files
Update README.md
1 parent e527ac1 commit 8a5785d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ public abstract class EntityComponent<EntityComponentType, EntitySystemType> : U
135135

136136
// NOTE: This class allows the usage of [Referenced] and [Protected] objects and primitives.
137137
138+
/// Defines whether this component is enabled.
139+
public bool isEnabled;
138140
/// Sets the game object of the entity active.
139141
public void SetActive (bool value);
140142
/// Destroys the game object of the entity.

0 commit comments

Comments
 (0)