Add body/simple attribute to control simple body optimization.
PiperOrigin-RevId: 942164766 Change-Id: I1e83bb99b6a1955917eb9b2e9bed0dc7b8e6a161
This commit is contained in:
committed by
Copybara-Service
parent
4ecfe5c1f3
commit
5618666a7d
@@ -7391,6 +7391,11 @@ STRUCTS: Mapping[str, StructDecl] = dict([
|
||||
type=ValueType(name='mjtSleepPolicy'),
|
||||
doc='sleep policy',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='simple',
|
||||
type=ValueType(name='mjtByte'),
|
||||
doc='simple body optimization (0: false, 1: auto)',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='userdata',
|
||||
type=PointerType(
|
||||
|
||||
Reference in New Issue
Block a user