An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Vector3 commands # {#vector3_commands}
|
|
|
|
|
|
|
|
[TOC]
|
|
|
|
# Arithmetic # {#Arithmetic}
|
|
|
|
Vector3 add, sub, mul, div arithmetic
|
|
|
|
|
|
|
|
Defined in Fungus.Vector3Arithmetic
|
|
|
|
# Fields # {#Fields}
|
|
|
|
Get or Set the x,y,z fields of a vector3 via floatvars
|
|
|
|
|
|
|
|
Defined in Fungus.Vector3Fields
|
|
|
|
# Normalise # {#Normalise}
|
|
|
|
Normalise a Vector3
|
|
|
|
|
|
|
|
Defined in Fungus.Vector3Normalise
|
|
|
|
# ToVector2 # {#ToVector2}
|
|
|
|
Convert Fungus Vector3 to Fungus Vector2
|
|
|
|
|
|
|
|
Defined in Fungus.Vector3ToVector2
|