BoundsUnion メソッド

2つのBoundsの結合領域を包むBoundsを取得します。

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

パラメーター

bounds
型: KeyToKey.PluginsBounds

["M:KeyToKey.Plugins.Bounds.Union(KeyToKey.Plugins.Bounds)"に対する<param name="bounds"/>がありません

戻り値

型: Bounds
2つのBoundsの結合領域を包むBounds
関連項目