Improve docstring in mjvGeom, fixes #2629
PiperOrigin-RevId: 763693102 Change-Id: Icb9a3168691690ccf086adb5a20358b3952d6717
This commit is contained in:
committed by
Copybara-Service
parent
f1954e98cf
commit
ccc912c3b0
@@ -6567,7 +6567,7 @@ STRUCTS: Mapping[str, StructDecl] = dict([
|
||||
StructFieldDecl(
|
||||
name='dataid',
|
||||
type=ValueType(name='int'),
|
||||
doc='mesh, hfield or plane id; -1: none',
|
||||
doc='mesh, hfield or plane id; -1: none; mesh: 2*id or 2*id+1 (hull)', # pylint: disable=line-too-long
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='objtype',
|
||||
|
||||
Reference in New Issue
Block a user