io.extendreality.tilia.camerarigs.unityxr
Advanced tools
Comparing version 1.2.0 to 1.3.0
# Changelog | ||
## [1.3.0](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/compare/v1.2.0...v1.3.0) (2020-07-07) | ||
#### Features | ||
* **Configurator:** add method to change tracking space in UnityEvent ([ddb8598](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/commit/ddb8598f31073f45d0c955a5ea3d8e74eb249f75)) | ||
> The TrackingSpaceType property can now be changed via a UnityEvent by calling the SetTrackingSpaceType method and passing in the int to represent the Enum value to change to. | ||
## [1.2.0](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/compare/v1.1.7...v1.2.0) (2020-07-03) | ||
@@ -4,0 +11,0 @@ |
@@ -17,2 +17,3 @@ # Class UnityXRConfigurator | ||
* [OnEnable()] | ||
* [SetTrackingSpaceType(Int32)] | ||
* [Update()] | ||
@@ -43,3 +44,3 @@ * [UpdateFixedDeltaTime()] | ||
Automatically set the Unity Physics Fixed Timestep value based on the headset render frequency. | ||
Automatically set the Unity Physics Fixed TimeStep value based on the headset render frequency. | ||
@@ -92,2 +93,18 @@ ##### Declaration | ||
#### SetTrackingSpaceType(Int32) | ||
Sets [TrackingSpaceType]. | ||
##### Declaration | ||
``` | ||
public virtual void SetTrackingSpaceType(int trackingSpaceTypeIndex) | ||
``` | ||
##### Parameters | ||
| Type | Name | Description | | ||
| --- | --- | --- | | ||
| System.Int32 | trackingSpaceTypeIndex | The index of the UnityEngine.XR.TrackingSpaceType. | | ||
#### Update() | ||
@@ -124,2 +141,3 @@ | ||
[TrackingSpaceType]: UnityXRConfigurator.md#TrackingSpaceType | ||
[TrackingSpaceType]: UnityXRConfigurator.md#TrackingSpaceType | ||
[Inheritance]: #Inheritance | ||
@@ -135,4 +153,5 @@ [Namespace]: #Namespace | ||
[OnEnable()]: #OnEnable | ||
[SetTrackingSpaceType(Int32)]: #SetTrackingSpaceTypeInt32 | ||
[Update()]: #Update | ||
[UpdateFixedDeltaTime()]: #UpdateFixedDeltaTime | ||
[UpdateTrackingSpaceType()]: #UpdateTrackingSpaceType |
@@ -5,3 +5,3 @@ { | ||
"description": "A camera rig prefab utilizing the UnityXR components.", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"unity": "2018.3", | ||
@@ -8,0 +8,0 @@ "unityRelease": "10f1", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104898