C# Class TutorialCameraController

Inheritance: MonoBehaviour
显示文件 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_oe property

public GameObject Girl
return GameObject

LeftEdge public_oe property

public float LeftEdge
return float

RightEdge public_oe property

public float RightEdge
return float