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

io.extendreality.malimbe

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.extendreality.malimbe - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

Editor/Malimbe.BehaviourStateRequirementMethod.Fody.dll

12

CHANGELOG.md
# Changelog
# [6.1.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v6.0.0...v6.1.0) (2019-01-21)
### Bug Fixes
* **packaging:** add missing package files ([7b6ca62](https://github.com/ExtendRealityLtd/Malimbe/commit/7b6ca62))
### Features
* **BehaviourStateRequirement:** allow returning early in Behaviours ([ee9955a](https://github.com/ExtendRealityLtd/Malimbe/commit/ee9955a))
# [6.0.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v5.2.0...v6.0.0) (2019-01-20)

@@ -4,0 +16,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A collection of tools to simplify writing public API components in Unity.",
"version": "6.0.0",
"version": "6.1.0",
"unity": "2018.1",

@@ -8,0 +8,0 @@ "keywords": [

@@ -41,2 +41,3 @@ [![Malimbe logo][Malimbe-Image]](#)

</Malimbe.FodyRunner>
<Malimbe.BehaviourStateRequirementMethod/>
<Malimbe.MemberClearanceMethod/>

@@ -78,2 +79,9 @@ <Malimbe.PropertySerializationAttribute/>

### `BehaviourStateRequirementMethod`
A Unity-specific weaver. Changes a method to return early if a combination of the GameObject's active state and the Behaviour's enabled state doesn't match the configured state.
* Annotate a method with `[RequiresBehaviourState]` to use this. The method needs to be defined in a type that derives from `UnityEngine.Behaviour`, e.g. a `MonoBehaviour`.
* Use the attribute constructor's parameters to configure the specific state you need the GameObject and the Behaviour to be in.
### `MemberClearanceMethod.Fody`

@@ -80,0 +88,0 @@

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