Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.extendreality.tilia.camerarigs.unityxr

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.extendreality.tilia.camerarigs.unityxr - npm Package Compare versions

Comparing version 1.9.2 to 2.0.0

12

CHANGELOG.md
# 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 @@

150

Documentation/API/UnityXRNodeRecord.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc