feat: Modify GMLIB_BinaryStream writeVec2 method to accept an object with x and z properties
This commit is contained in:
Vendored
+3
-3
@@ -1217,10 +1217,10 @@ declare class GMLIB_BinaryStream {
|
||||
value: IntPos
|
||||
): GMLIB_BinaryStream;
|
||||
|
||||
/** 写入方向角对象 */
|
||||
/** */
|
||||
writeVec2(
|
||||
/** 方向角对象 */
|
||||
value: DirectionAngle
|
||||
/** 数据 */
|
||||
value: { "x": number, "z": number }
|
||||
): GMLIB_BinaryStream;
|
||||
|
||||
/** 写入字符串 */
|
||||
|
||||
Reference in New Issue
Block a user