C# Class Utils.BoundingSphereBuilder, UnityRose

显示文件 Open project: osROSE/UnityRose

Public Methods

Method Description
Add ( Matrix4x4 t, Bounds i ) : void
Build ( ) : BoundingSphere

Method Details

Add() public method

public Add ( Matrix4x4 t, Bounds i ) : void
t Matrix4x4
i Bounds
return void

Build() public method

public Build ( ) : BoundingSphere
return UnityEngine.BoundingSphere