C# Class Chapter01, mobile_game_math_unity

Inheritance: MonoBehaviour
ファイルを表示 Open project: ryukbk/mobile_game_math_unity Class Usage Examples

Public Properties

Property Type Description
capsuleRotationSpeed float
sphereFrequency float
sphereMagnitudeX float
sphereMagnitudeY float

Public Methods

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

Private Methods

Method Description
GetRotationAngleByTargetPosition ( Vector3 mousePosition ) : float
SpawnSphereAt ( Vector3 mousePosition ) : GameObject

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

capsuleRotationSpeed public_oe property

public float capsuleRotationSpeed
return float

sphereFrequency public_oe property

public float sphereFrequency
return float

sphereMagnitudeX public_oe property

public float sphereMagnitudeX
return float

sphereMagnitudeY public_oe property

public float sphereMagnitudeY
return float