op_Addition

Vector3 Addition operator

  • の演算子のオーバーロード
public static Vector3 operator +(Vector3 lhs, Vector3 rhs)
パラメータタイプ説明
lhsVector3左のベクトル
rhsVector3正しいベクトル

戻り値

結果ベクトル

関連項目