BoundsIntersectsWith メソッド

2つBoundsが公差するかどうかを取得します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public bool IntersectsWith(
	Bounds bounds
)

パラメーター

bounds
型: KeyToKey.PluginsBounds
bounds

戻り値

型: Boolean
Boundsが公差するかどうか
関連項目