Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Constructor | Count | ||
Get | One | ||
GetAxis | XAxis | ||
Set | YAxis | ||
Zero |
Properties
Count : integer
read-only
var Count : Integer
One : boolean2
read-only
static
The one vector (a vector containing all ones).
var One : Boolean2
XAxis : boolean2
read-only
static
var XAxis : Boolean2
YAxis : boolean2
read-only
static
var YAxis : Boolean2
Zero : boolean2
read-only
static
The zero vector (a vector containing all zeroes).
var Zero : Boolean2
Methods
Boolean2 : Void
constructor
Name Type Description function Boolean2()
Boolean2 : Void
constructor
Name Type Description scalar boolean function Boolean2(scalar : Boolean)
Boolean2 : Void
constructor
Name Type Description p0 boolean p1 boolean function Boolean2(p0 : Boolean, p1 : Boolean)
Boolean2 : Void
constructor
Name Type Description p0 boolean2 function Boolean2(p0 : Boolean2)
Get : boolean
Name Type Description p0 integer function Get(p0 : Integer) : Boolean
GetAxis : boolean2
static
Returns an axis vector from the given index (ie. 0 is XAxis, 1 is YAxis, etc... |Name|Type|Description| |---|---|---| |p0|integer| |
function GetAxis(p0 : Integer) : Boolean2
Set : Void
Name Type Description p0 integer p1 boolean function Set(p0 : Integer, p1 : Boolean)