Last active
December 27, 2024 07:55
-
-
Save nm004/e36377cad594afb51166fa43e2aa3157 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00 int テクスチャのindex | |
02 int 色の種類 (1: rgb, 2: cmyk) | |
04 float[2] 回転 | |
05 int[2] テクスチャの貼る数 | |
06 nazo | |
07 nazo | |
09 float[3] 平行移動 | |
0a float[2] 拡大 | |
0b float[3] テクスチャ繰り返しのばらつき具合 | |
0c bool Yaxis_to_Zaxis | |
0e int[2] fadein time | |
0f int[2] fadeout time | |
10 float[2] 透過 | |
11 float[3] 色 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00 int テクスチャのindex | |
02 int 色の種類 (1: rgb, 2: cmyk) | |
04 delay | |
06 float[2] 回転 | |
07 int[2] テクスチャの貼る数 | |
08 nazo | |
0a nazo | |
0b float[3] 平行移動 | |
0c float[2] 拡大 | |
0d float[3] テクスチャ繰り返しのばらつき具合 | |
0e bool Yaxis_to_Zaxis | |
10 int[2] fadein time | |
11 int[2] fadeout time | |
12 float[2] 透過 | |
13 float[3] 色 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment