CameraSettings.xsd 1.8 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="uri:ea.com:eala:asset" xmlns:at="uri:ea.com:eala:asset:type" xmlns:xas="uri:ea.com:eala:asset:schema" targetNamespace="uri:ea.com:eala:asset" elementFormDefault="qualified" xmlns:XmlEdit="http://tempuri.org/XmlEdit.xsd">
  3. <xs:complexType name="CameraSettings" xas:typeGroup="Xml">
  4. <xs:complexContent>
  5. <xs:extension base="BaseSingletonSettings">
  6. <xs:sequence>
  7. </xs:sequence>
  8. <xs:attribute name="DefaultMinHeight" type="SageReal"/>
  9. <xs:attribute name="DefaultMaxHeight" type="SageReal"/>
  10. <xs:attribute name="DefaultPitchAngle" type="SageReal"/>
  11. <xs:attribute name="DefaultYawAngle" type="SageReal"/>
  12. <xs:attribute name="DefaultScrollSpeedScalar" type="SageReal"/>
  13. <xs:attribute name="DefaultHeightMapSmoothnessScalar" type="SageReal"/>
  14. <xs:attribute name="ScrollAmountCutoff" type="SageReal"/>
  15. <xs:attribute name="ScrollPitchMultiplier" type="SageReal"/>
  16. <xs:attribute name="CameraAdjustSpeed" type="SageReal"/>
  17. <xs:attribute name="ShakeSubtleIntensity" type="SageReal"/>
  18. <xs:attribute name="ShakeNormalIntensity" type="SageReal"/>
  19. <xs:attribute name="ShakeStrongIntensity" type="SageReal"/>
  20. <xs:attribute name="ShakeSevereIntensity" type="SageReal"/>
  21. <xs:attribute name="ShakeCineExtremeIntensity" type="SageReal"/>
  22. <xs:attribute name="ShakeCineInsaneIntensity" type="SageReal"/>
  23. <xs:attribute name="MaxShakeIntensity" type="SageReal"/>
  24. <xs:attribute name="MaxShakeRange" type="SageReal"/>
  25. <xs:attribute name="CameraLockHeightDelta" type="SageReal"/>
  26. <xs:attribute name="CameraTerrainSampleRadiusForHeight" type="SageReal"/>
  27. <xs:attribute name="CameraEaseFactor" type="SageReal"/>
  28. </xs:extension>
  29. </xs:complexContent>
  30. </xs:complexType>
  31. </xs:schema>