20 lines
297 B
Plaintext
20 lines
297 B
Plaintext
|
Match: \.magnitude
|
||
|
Replace: .Length()
|
||
|
|
||
|
Match: \.normalized
|
||
|
Replace: .Normalized()
|
||
|
|
||
|
Match: Vector3\.(Lerp|Dot)\(\s*(\w+)\s*,\s*
|
||
|
Replace: $2.$1(
|
||
|
|
||
|
Match: Vector3\.Distance\(\s*(\w+)\s*,\s*
|
||
|
Replace: $1.DistanceTo(
|
||
|
|
||
|
Match: \.x
|
||
|
Replace: .X
|
||
|
|
||
|
Match: \.Y
|
||
|
Replace: .Y
|
||
|
|
||
|
Match: \.z
|
||
|
Replace: .Z
|