C# Class TutorialCameraController

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/stardust Class Usage Examples

Public Properties

Property Type Description
Girl GameObject
LeftEdge float
RightEdge float

Public Methods

Method Description
LateUpdate ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

Property Details

Girl public property

public GameObject Girl
return GameObject

LeftEdge public property

public float LeftEdge
return float

RightEdge public property

public float RightEdge
return float