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.

448 B

Vector3 commands

[TOC]

Arithmetic

Vector3 add, sub, mul, div arithmetic

Defined in Fungus.Vector3Arithmetic

Fields

Get or Set the x,y,z fields of a vector3 via floatvars

Defined in Fungus.Vector3Fields

Normalise

Normalise a Vector3

Defined in Fungus.Vector3Normalise

ToVector2

Convert Fungus Vector3 to Fungus Vector2

Defined in Fungus.Vector3ToVector2