C# Class FollowFocused, BattleTeutoburgForest

Inheritance: MonoBehaviour
Datei anzeigen Open project: ppolsinelli/BattleTeutoburgForest

Public Properties

Property Type Description
maxXAndY Vector2
minXAndY Vector2
xMargin float
xSmooth float
yMargin float
ySmooth float

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
TrackPlayer ( ) : void

Private Methods

Method Description
CheckXMargin ( ) : bool
CheckYMargin ( ) : bool

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

TrackPlayer() public method

public TrackPlayer ( ) : void
return void

Property Details

maxXAndY public_oe property

public Vector2 maxXAndY
return Vector2

minXAndY public_oe property

public Vector2 minXAndY
return Vector2

xMargin public_oe property

public float xMargin
return float

xSmooth public_oe property

public float xSmooth
return float

yMargin public_oe property

public float yMargin
return float

ySmooth public_oe property

public float ySmooth
return float