浏览代码

ActionSegment.IsEmpty docstring (#4738)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
360b1225
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.ml-agents/Runtime/Actuators/ActionSegment.cs

1
com.unity.ml-agents/Runtime/Actuators/ActionSegment.cs


/// <summary>
/// Check if the segment is empty.
/// </summary>
/// <returns>Whether or not the segment is empty.</returns>
public bool IsEmpty()
{
return Array == null || Array.Length == 0;

正在加载...
取消
保存