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

Inheritance: MonoBehaviour
Show file Open project: lopalop2/The-Ritual-of-Jesses-House

Public Properties

Property Type Description
nymphSpawning NymphSpawning,
rotationDegreesPerSecond float
walk UnityEngine.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 property

public NymphSpawning, nymphSpawning
return NymphSpawning,

rotationDegreesPerSecond public property

public float rotationDegreesPerSecond
return float

walk public property

public AudioSource,UnityEngine walk
return UnityEngine.AudioSource