Mesh.Sphere メソッド
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)

Public Shared Function Sphere ( _ device As Device, _ radius As Single, _ slices As Integer, _ stacks As Integer _ ) As Mesh
Dim device As Device Dim radius As Single Dim slices As Integer Dim stacks As Integer Dim returnValue As Mesh returnValue = Mesh.Sphere(device, radius, slices, stacks)
public static function Sphere ( device : Device, radius : float, slices : int, stacks : int ) : Mesh
戻り値
球のメッシュを表す Mesh オブジェクト。




Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- Mesh.Sphere メソッドのページへのリンク