Skip to content

Commit

Permalink
updated documentation (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Feb 11, 2022
1 parent 2d8f8bf commit 7d770fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/DefaultEcs/Components.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace DefaultEcs
{
/// <summary>
/// Provides a fast access to the components of type <typeparamref name="T"/>.
/// Note that all entity modification operations are not safe (anything different than a simple <see cref="Entity.Get{T}"/>) and may invalidate the <see cref="Components{T}"/>.
/// </summary>
/// <typeparam name="T">The type of the component.</typeparam>
public readonly ref struct Components<T>
Expand Down

0 comments on commit 7d770fd

Please sign in to comment.