Click or drag to resize

MoverioCameraSetPropertyCompletedHandler Class

It is a event for acquiring the result of setting the properties of the Moverio camera.
Inheritance Hierarchy
SystemObject
  UnityEventBase
    UnityEventBoolean
      MoverioBasicFunctionUnityPluginMoverioCameraSetPropertyCompletedHandler

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
[SerializableAttribute]
public class SetPropertyCompletedHandler : UnityEvent<bool>

The MoverioCameraSetPropertyCompletedHandler type exposes the following members.

Constructors
  NameDescription
Public methodMoverioCameraSetPropertyCompletedHandler
Initializes a new instance of the MoverioCameraSetPropertyCompletedHandler class
Top
See Also