-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6c49b5
commit a1378d8
Showing
75 changed files
with
1,207 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
CodeCoverage/obj/Debug/net8.0/CodeCoverage.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
db67d1cab47e888e145aa3979f5171cd92ac1a0e04cab994efc68de64ff8e092 | ||
edb7b81f1b56661d108503b0a35e32ee70dfdee4c771841b5e8eba20ff0f51de |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"documents":{"C:\\Users\\mherber\\Documents\\VRCSDK-Documentation-Project\\*":"https://raw.githubusercontent.com/Happyrobot33/VRCSDK-Documentation-Project/f2021c029c8038fe5b47117b6ec6d06176669be7/*"}} | ||
{"documents":{"C:\\Users\\mherber\\Documents\\VRCSDK-Documentation-Project\\*":"https://raw.githubusercontent.com/Happyrobot33/VRCSDK-Documentation-Project/e6c49b5c557a6277da568feb13634577400768ac/*"}} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...es/com.happyrobot33.vrcsdkdocumentation/Editor/Documentation/VRCSDKBase/BuildPipeline.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0"?> | ||
<members> | ||
<member name="T:VRC.SDKBase.Editor.BuildPipeline.VRCSDKRequestedBuildType"> | ||
<docURL> | ||
https://creators.vrchat.com/sdk/build-pipeline-callbacks-and-interfaces/#ivrcsdkbuildrequestedcallback</docURL> | ||
<summary> | ||
The type of build requested by the user. | ||
</summary> | ||
</member> | ||
<member name="F:VRC.SDKBase.Editor.BuildPipeline.VRCSDKRequestedBuildType.Avatar"> | ||
<docURL> | ||
https://creators.vrchat.com/sdk/build-pipeline-callbacks-and-interfaces/#ivrcsdkbuildrequestedcallback</docURL> | ||
<summary> | ||
The user requested an avatar build. | ||
</summary> | ||
</member> | ||
<member name="F:VRC.SDKBase.Editor.BuildPipeline.VRCSDKRequestedBuildType.Scene"> | ||
<docURL> | ||
https://creators.vrchat.com/sdk/build-pipeline-callbacks-and-interfaces/#ivrcsdkbuildrequestedcallback</docURL> | ||
<summary> | ||
The user requested a world build. | ||
</summary> | ||
</member> | ||
<member name="T:VRC.SDKBase.Editor.BuildPipeline.IVRCSDKBuildRequestedCallback"> | ||
<docURL> | ||
https://creators.vrchat.com/sdk/build-pipeline-callbacks-and-interfaces/#ivrcsdkbuildrequestedcallback</docURL> | ||
<summary> | ||
This interface allows you to perform some logic before the VRChat SDK starts building the content. | ||
</summary> | ||
<remarks> | ||
Returning false from the OnBuildRequested method will abort the build process. | ||
</remarks> | ||
</member> | ||
</members> |
7 changes: 7 additions & 0 deletions
7
...m.happyrobot33.vrcsdkdocumentation/Editor/Documentation/VRCSDKBase/BuildPipeline.xml.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
Packages/com.happyrobot33.vrcsdkdocumentation/Editor/Documentation/VRCSDKBase/Platform.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0"?> | ||
<members> | ||
<member name="T:VRC.SDKBase.Platform.VRCOrientation"> | ||
<docURL>https://creators.vrchat.com/worlds/udon/graph/event-nodes/#onscreenupdate</docURL> | ||
<summary> | ||
the orientation of the player's device. | ||
</summary> | ||
</member> | ||
<member name="F:VRC.SDKBase.Platform.VRCOrientation.Landscape"> | ||
<docURL>https://creators.vrchat.com/worlds/udon/graph/event-nodes/#onscreenupdate</docURL> | ||
<summary> | ||
The player's device is in landscape orientation. | ||
</summary> | ||
</member> | ||
<member name="F:VRC.SDKBase.Platform.VRCOrientation.Portrait"> | ||
<docURL>https://creators.vrchat.com/worlds/udon/graph/event-nodes/#onscreenupdate</docURL> | ||
<summary> | ||
The player's device is in portrait orientation. | ||
</summary> | ||
</member> | ||
</members> |
7 changes: 7 additions & 0 deletions
7
...es/com.happyrobot33.vrcsdkdocumentation/Editor/Documentation/VRCSDKBase/Platform.xml.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.