Show / Hide Table of Contents

Class PlayerMovement2D

A simple player movement script.

Inheritance
System.Object
PlayerMovement2D
Namespace: Edgar.Unity.Examples
Assembly: cs.temp.dll.dll
Syntax
public class PlayerMovement2D : MonoBehaviour

Fields

MoveSpeed

Declaration
public float MoveSpeed
Field Value
Type Description
System.Single

Methods

FixedUpdate()

Declaration
public void FixedUpdate()

Start()

Declaration
public void Start()

Update()

Declaration
public void Update()
In This Article
Back to top Generated by DocFX