OLD_STEP_LIST_EDITOR
Main Menu
Documentation
ApexSDK - Unreal
Multiplayer - Unreal
Platform - Unreal
UnrealEngineSDK
UnrealEngineSDK Demo
ApexSDK - Unity
UnityEngineSDK
UnityEngineSDK
Documentation for the Unity C# Library
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
Variables
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Properties
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Events
a
c
l
o
r
s
t
Files
File List
File Members
All
Typedefs
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
PrepareInspectionReport.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections;
3
using
System.Collections.Generic;
4
using
UnityEngine;
5
6
namespace
PixoVR.Event
7
{
8
public
class
PrepareInspectionReport
:
IStep
9
{
10
public
event
Action
OnFunctionFinished
;
11
12
public
void
StartStep
(
StepItem
stepItem,
StepFunction
function
, List<InteractableClass> interactables =
null
, Action onStepSkipped =
null
)
13
{
14
interactables?[0].PrepareInspectionReport(interactables);
15
FunctionFinished
();
16
}
12
public
void
StartStep
(
StepItem
stepItem,
StepFunction
function
, List<InteractableClass> interactables =
null
, Action onStepSkipped =
null
) {
…
}
17
18
public
void
FunctionFinished
()
19
{
20
OnFunctionFinished
?.Invoke();
21
}
18
public
void
FunctionFinished
() {
…
}
22
}
8
public
class
PrepareInspectionReport
:
IStep
{
…
};
23
}
PixoVR.Event.PrepareInspectionReport
Definition
PrepareInspectionReport.cs:9
PixoVR.Event.PrepareInspectionReport.OnFunctionFinished
Action OnFunctionFinished
Definition
PrepareInspectionReport.cs:10
PixoVR.Event.PrepareInspectionReport.FunctionFinished
void FunctionFinished()
Called to end current step and start a next one.
Definition
PrepareInspectionReport.cs:18
PixoVR.Event.PrepareInspectionReport.StartStep
void StartStep(StepItem stepItem, StepFunction function, List< InteractableClass > interactables=null, Action onStepSkipped=null)
Definition
PrepareInspectionReport.cs:12
PixoVR.Event.StepFunction
[Serializable]
Definition
StepFunction.cs:13
PixoVR.Event.StepItem
[Serializable]
Definition
StepItem.cs:12
PixoVR.Event.IStep
Basic interface of functions. (Please note that iStep is a wrong name)
Definition
IStep.cs:10
PixoVR.Event
Definition
ItemIDAttribute.cs:5
com.pixovr.eventunitysdk
Runtime
Sdk
Scripts
IStepScripts
PrepareInspectionReport.cs
Generated
Fri Mar 28 2025 16:08:53
by Doxygen version
1.10.0