C# Class Chapter01, mobile_game_math_unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: ryukbk/mobile_game_math_unity Class Usage Examples

Méthodes publiques

Свойство Type Description
capsuleRotationSpeed float
sphereFrequency float
sphereMagnitudeX float
sphereMagnitudeY float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GetRotationAngleByTargetPosition ( Vector3 mousePosition ) : float
SpawnSphereAt ( Vector3 mousePosition ) : GameObject

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

capsuleRotationSpeed public_oe property

public float capsuleRotationSpeed
Résultat float

sphereFrequency public_oe property

public float sphereFrequency
Résultat float

sphereMagnitudeX public_oe property

public float sphereMagnitudeX
Résultat float

sphereMagnitudeY public_oe property

public float sphereMagnitudeY
Résultat float