mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-17 08:54:43 +01:00
20 lines
283 B
C#
20 lines
283 B
C#
namespace MoleMole.Config
|
|
{
|
|
public class SetCameraDistance : ConfigAvatarCameraAction
|
|
{
|
|
public float RadiusRatio = 1f;
|
|
|
|
public float Elevation;
|
|
|
|
public float FOVOffset;
|
|
|
|
public float CenterY;
|
|
|
|
public float Time;
|
|
|
|
public float LerpTime;
|
|
|
|
public string LerpCurve;
|
|
}
|
|
}
|