Skip to content

Commit db60212

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [6000.1] DOCG-7151 Improve journey to API docs of core graphics packages
1 parent 08394b2 commit db60212

File tree

9 files changed

+60
-3
lines changed

9 files changed

+60
-3
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
uid: srp-core-api-index
3+
---
4+
5+
# Scriptable Render Pipeline Core scripting API
6+
7+
This is the documentation for the scripting APIs of the Scriptable Render Pipeline (SRP) Core package.
8+
9+
**Note**: URP and HDRP are built on the Scriptable Render Pipeline (SRP) Core package, but have their own class types. For more information, refer to the following:
10+
11+
- [Universal Render Pipeline (URP) Scripting API](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@17.1/api/index.html)
12+
- [High Definition Render Pipeline (HDRP) Scripting API](https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@17.1/api/index.html)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
uid: hdrp-config-api-index
3+
---
4+
5+
# High Definition Render Pipeline Configuration package scripting API
6+
7+
This is the documentation for the scripting APIs of the High Definition Render Pipeline (HDRP) Configuration package.
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
This is the documentation for the Scripting APIs of this package.
1+
---
2+
uid: hdrp-api-index
3+
---
24

3-
**Note**: The High Definition Render Pipeline (HDRP) is built on the Scriptable Render Pipeline (SRP) and uses some class types that you can only find in the [SRP Scripting API](https://docs.unity3d.com/Packages/com.unity.render-pipelines.core@latest/index.html?subfolder=/api/index.html).
5+
# High Definition Render Pipeline scripting API
6+
7+
This is the documentation for the scripting APIs of the High Definition Render Pipeline (HDRP) package.
8+
9+
**Note**: HDRP is built on the Scriptable Render Pipeline (SRP) Core package and uses some class types that you can only find in the [SRP Core scripting API](https://docs.unity3d.com/Packages/com.unity.render-pipelines.core@17.1/api/index.html).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
area: SRP Foundation
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
uid: urp-config-api-index
3+
---
4+
5+
# Universal Render Pipeline Configuration package scripting API
6+
7+
This is the documentation for the scripting APIs of the Universal Render Pipeline (URP) Configuration package.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
uid: urp-api-index
3+
---
4+
5+
# Universal Render Pipeline scripting API
6+
7+
This is the documentation for the scripting APIs of the Universal Render Pipeline (URP) package.
8+
9+
**Note**: URP is built on the Scriptable Render Pipeline (SRP) Core package, and uses some class types that you can only find in the [SRP Core scripting API](https://docs.unity3d.com/Packages/com.unity.render-pipelines.core@17.1/api/index.html).

Packages/com.unity.render-pipelines.universal/Documentation~/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
uid: urp-index
33
---
4-
# Universal Render Pipeline (URP) scripting reference
4+
5+
# Universal Render Pipeline (URP)
56

67
The [scripting API](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@17.1/api/index.html) documentation is available on this website.
78

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
uid: shadergraph-api-index
3+
---
4+
5+
# Shader Graph scripting API
6+
7+
This is the documentation for the scripting APIs of the Shader Graph package.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
uid: vfx-graph-api-index
3+
---
4+
5+
# Visual Effect Graph scripting API
6+
7+
This is the documentation for the scripting APIs of the Visual Effect Graph package.

0 commit comments

Comments
 (0)