io.extendreality.tilia.camerarigs.unityxr
Advanced tools
Comparing version 1.9.2 to 2.0.0
# Changelog | ||
## [2.0.0](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/compare/v1.9.2...v2.0.0) (2022-04-28) | ||
#### :warning: BREAKING CHANGES :warning: | ||
* **Malimbe:** This removes the last remaining elements of Malimbe and whilst it does not cause any breaking changes within this package, it removes Malimbe as a dependency which other projects that rely on this package may piggy back off this Malimbe dependency so it will break any project like that. | ||
All of the previous functionality from Malimbe has been replicated in standard code without the need for it to be weaved by the Malimbe helper tags. ([299d735](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/commit/299d7353c055138b871a6e784b2ec58d32303dfd)) | ||
#### Features | ||
* **Malimbe:** remove malimbe dependency ([299d735](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/commit/299d7353c055138b871a6e784b2ec58d32303dfd)) | ||
### [1.9.2](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/compare/v1.9.1...v1.9.2) (2022-03-15) | ||
@@ -4,0 +16,0 @@ |
@@ -10,20 +10,7 @@ # Class UnityXRNodeRecord | ||
* [Syntax] | ||
* [Fields] | ||
* [lastKnownBatteryStatus] | ||
* [lastKnownIsConnected] | ||
* [lastKnownTrackingType] | ||
* [Properties] | ||
* [BatteryChargeStatus] | ||
* [BatteryLevel] | ||
* [IsConnected] | ||
* [Manufacturer] | ||
* [Model] | ||
* [NodeType] | ||
* [Priority] | ||
* [TrackingType] | ||
* [XRNodeType] | ||
* [Methods] | ||
* [HasBatteryChargeStatusChanged()] | ||
* [HasIsConnectedChanged()] | ||
* [HasTrackingTypeChanged()] | ||
* [SetNodeType(Int32)] | ||
@@ -45,79 +32,7 @@ | ||
``` | ||
public class UnityXRNodeRecord : DeviceDetailsRecord | ||
public class UnityXRNodeRecord : BaseDeviceDetailsRecord | ||
``` | ||
### Fields | ||
#### lastKnownBatteryStatus | ||
The last known battery charge status. | ||
##### Declaration | ||
``` | ||
protected BatteryStatus lastKnownBatteryStatus | ||
``` | ||
#### lastKnownIsConnected | ||
The last known is connected status. | ||
##### Declaration | ||
``` | ||
protected bool lastKnownIsConnected | ||
``` | ||
#### lastKnownTrackingType | ||
The last known tracking type. | ||
##### Declaration | ||
``` | ||
protected SpatialTrackingType lastKnownTrackingType | ||
``` | ||
### Properties | ||
#### BatteryChargeStatus | ||
##### Declaration | ||
``` | ||
public override BatteryStatus BatteryChargeStatus { get; protected set; } | ||
``` | ||
#### BatteryLevel | ||
##### Declaration | ||
``` | ||
public override float BatteryLevel { get; protected set; } | ||
``` | ||
#### IsConnected | ||
##### Declaration | ||
``` | ||
public override bool IsConnected { get; protected set; } | ||
``` | ||
#### Manufacturer | ||
##### Declaration | ||
``` | ||
public override string Manufacturer { get; protected set; } | ||
``` | ||
#### Model | ||
##### Declaration | ||
``` | ||
public override string Model { get; protected set; } | ||
``` | ||
#### NodeType | ||
@@ -141,10 +56,2 @@ | ||
#### TrackingType | ||
##### Declaration | ||
``` | ||
public override SpatialTrackingType TrackingType { get; protected set; } | ||
``` | ||
#### XRNodeType | ||
@@ -160,44 +67,2 @@ | ||
#### HasBatteryChargeStatusChanged() | ||
##### Declaration | ||
``` | ||
protected override bool HasBatteryChargeStatusChanged() | ||
``` | ||
##### Returns | ||
| Type | Description | | ||
| --- | --- | | ||
| System.Boolean | n/a | | ||
#### HasIsConnectedChanged() | ||
##### Declaration | ||
``` | ||
protected override bool HasIsConnectedChanged() | ||
``` | ||
##### Returns | ||
| Type | Description | | ||
| --- | --- | | ||
| System.Boolean | n/a | | ||
#### HasTrackingTypeChanged() | ||
##### Declaration | ||
``` | ||
protected override bool HasTrackingTypeChanged() | ||
``` | ||
##### Returns | ||
| Type | Description | | ||
| --- | --- | | ||
| System.Boolean | n/a | | ||
#### SetNodeType(Int32) | ||
@@ -224,20 +89,7 @@ | ||
[Syntax]: #Syntax | ||
[Fields]: #Fields | ||
[lastKnownBatteryStatus]: #lastKnownBatteryStatus | ||
[lastKnownIsConnected]: #lastKnownIsConnected | ||
[lastKnownTrackingType]: #lastKnownTrackingType | ||
[Properties]: #Properties | ||
[BatteryChargeStatus]: #BatteryChargeStatus | ||
[BatteryLevel]: #BatteryLevel | ||
[IsConnected]: #IsConnected | ||
[Manufacturer]: #Manufacturer | ||
[Model]: #Model | ||
[NodeType]: #NodeType | ||
[Priority]: #Priority | ||
[TrackingType]: #TrackingType | ||
[XRNodeType]: #XRNodeType | ||
[Methods]: #Methods | ||
[HasBatteryChargeStatusChanged()]: #HasBatteryChargeStatusChanged | ||
[HasIsConnectedChanged()]: #HasIsConnectedChanged | ||
[HasTrackingTypeChanged()]: #HasTrackingTypeChanged | ||
[SetNodeType(Int32)]: #SetNodeTypeInt32 |
{ | ||
"name": "io.extendreality.tilia.camerarigs.unityxr", | ||
"displayName": "Tilia CameraRigs UnityXR", | ||
"version": "1.9.2", | ||
"version": "2.0.0", | ||
"description": "A camera rig prefab utilizing the legacy XR management system for the Unity software.", | ||
@@ -6,0 +6,0 @@ "changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/blob/master/CHANGELOG.md", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
179551
49