mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-27 05:09:01 +00:00
14 lines
1.1 KiB
HTML
14 lines
1.1 KiB
HTML
<!DOCTYPE html> <html> <head><style>table{font-family: arial, sans-serif;border-collapse: collapse;width: 100% ;}.tab { margin-left: 40px; }td, th{text-align: left;padding: 8px;}tr:nth-child(even) {background-color: #dddddd;}div#expand{display:block;}</style> </head> <body><img src="svg/AnimateEntityPacket.svg" alt="AnimateEntityPacket">
|
|
<br><table><col width="10%"><col width="90%"><tr><th>Field Name</th><th>Field Notes</th></tr><tr><td>mAnimation</td>
|
|
<td>The name of the animation that the specified entities are to play.</td>
|
|
</tr><tr><td>mNextState</td>
|
|
<td>The next state to transition to once the specified animation is finished playing.</td>
|
|
</tr><tr><td>mStopExpression</td>
|
|
<td>The stop expression, the the condition that determines when to transition to the next state.</td>
|
|
</tr><tr><td>mController</td>
|
|
<td>The name of an animation controller</td>
|
|
</tr><tr><td>mBlendOutTime</td>
|
|
<td>The amount of time to blend out of this animation</td>
|
|
</tr><tr><td>mRuntimeIds</td>
|
|
<td>ActorRuntimeIDs of the entities that will play the specified animation</td>
|
|
</tr></table></body> </html> |