Skip to content

Commit ceb90ca

Browse files
Adding a missing doc on the ObservationWriterExtensions (#4648)
1 parent bf712fe commit ceb90ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

com.unity.ml-agents/Runtime/Sensors/ObservationWriter.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,11 @@ public void Add(Quaternion quat, int writeOffset = 0)
209209
}
210210
}
211211

212+
/// <summary>
213+
/// Provides extension methods for the ObservationWriter.
214+
/// </summary>
212215
public static class ObservationWriterExtension
213216
{
214-
215217
/// <summary>
216218
/// Writes a Texture2D into a ObservationWriter.
217219
/// </summary>

0 commit comments

Comments
 (0)