Class CameraConfig
Inheritance
System.Object
CameraConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class CameraConfig : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float AccelerationTimeKeyboard { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float AccelerationTimeMouse { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float DecelerationTimeKeyboard { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float DecelerationTimeMouse { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float DragMomentumDecay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float DragMomentumRecencyWeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float DragScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<CameraTrapezoid> ElasticClampTrapezoid { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<CameraTrapezoid> ElasticDeadZoneTrapezoid { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float ElasticLockAcceleration { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<CameraTrapezoid> GetPocClampBufferTrapezoid { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<CameraTrapezoid> GetPocClampTrapezoid { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float GetPocLockAcceleration { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float HighHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float LockedCameraEasingDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MediumHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<CameraTrapezoid> SemiLockTrapezoid { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float TopdownZoom { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float TransitionDurationIntoCinematicMode { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ZoomEaseTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ZoomMaxDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ZoomMinDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ZoomMinSpeed { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements