Skip to content

Commit a9b4853

Browse files
committed
UnityPyBoost.pyi - fix unpack_vertexdata info
1 parent fd42f9c commit a9b4853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnityPy/UnityPyBoost.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if TYPE_CHECKING:
88

99
def unpack_vertexdata(
1010
data: Union[bytes, bytearray],
11+
component_byte_size: int,
1112
vertex_count: int,
1213
stream_offset: int,
1314
stream_stride: int,

0 commit comments

Comments
 (0)