Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Unity World Storage Editor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ARF
World Storage API Helpers
Unity World Storage Editor
Merge requests
!2
Major structural and design changes on GUI, classes, parameters...
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Major structural and design changes on GUI, classes, parameters...
main
into
develop
Overview
0
Commits
8
Pipelines
0
Changes
41
Merged
Sylvain Renault
requested to merge
main
into
develop
2 years ago
Overview
0
Commits
8
Pipelines
0
Changes
41
Expand
Renamed the server scriptables.
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
949dd19e
8 commits,
2 years ago
41 files
+
2993
−
791
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
41
Search (e.g. *.vue) (Ctrl+P)
Assets/ETSI.ARF/ARF World Storage API/Editor/Graph/ARFGraphView.cs
+
20
−
0
Options
//
// ARF - Augmented Reality Framework (ETSI ISG ARF)
//
// Copyright 2022 ETSI
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Last change: June 2022
//
using
System.Collections
;
using
System.Collections
;
using
System.Collections.Generic
;
using
System.Collections.Generic
;
using
UnityEngine
;
using
UnityEngine
;
Loading