C# Class charaController1, The-Ritual-of-Jesses-House

Inheritance: MonoBehaviour
Datei anzeigen Open project: lopalop2/The-Ritual-of-Jesses-House

Public Properties

Property Type Description
nymphSpawning NymphSpawning
rotationDegreesPerSecond float
walk AudioSource

Public Methods

Method Description
Awake ( ) : void
Movement ( float _hor, float _ver ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Movement() public method

public Movement ( float _hor, float _ver ) : void
_hor float
_ver float
return void

Update() public method

public Update ( ) : void
return void

Property Details

nymphSpawning public_oe property

public NymphSpawning nymphSpawning
return NymphSpawning

rotationDegreesPerSecond public_oe property

public float rotationDegreesPerSecond
return float

walk public_oe property

public AudioSource walk
return AudioSource