↓ 2 callersMethodfrom_list(
cls, major: int = 0, minor: int = 0, build: int = 0, type: int = UnityVersionType.f, type_number: in
UnityPy/helpers/UnityVersion.py:57
↓ 2 callersFunctiongenerate_sample_data(
u_type: List[str],
py_typ: Type[Union[int, float, str]],
bounds: Tuple[T, T],
count: int = 1
tests/test_typetree.py:73
↓ 2 callersFunctionpillow(
image_data: bytes,
width: int,
height: int,
mode: str,
codec: str,
args,
swap: O
UnityPy/export/Texture2DConverter.py:331
↓ 1 callersMethod__new__(
cls,
item: Union[bytes, bytearray, memoryview, IOBase, str],
endian: Endianess = ">"
UnityPy/streams/EndianBinaryReader.py:40
↓ 1 callersFunctioncopy_triangle(
src_img: Image.Image,
src_tri: Tuple[Tuple[int, int], Tuple[int, int], Tuple[int, int]],
dst_img
UnityPy/export/SpriteHelper.py:227