C# Class DigitalRuby.Earth.SphereScript

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: MickyBalladelli/PSUnity

Public Methods

Method Description
CreateIcoSphere ( ) : void

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CheckDirty ( ) : void
CreateUVSphere ( ) : void
GetMiddlePoint ( int p1, int p2, List vertices, int>.Dictionary middlePointIndexCache ) : int

Method Details

CreateIcoSphere() public method

public CreateIcoSphere ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void