Area.gravityVec

The area's gravity vector (not normalized). If gravity is a point (see isGravityAPoint), this will be the point of attraction.

  1. Vector3 gravityVec [@property getter]
  2. Vector3 gravityVec [@property setter]
    struct Area
    @nogc nothrow @property
    void
    gravityVec
    (
    Vector3 v
    )

Meta