Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Create substanceoutput.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthoid authored Oct 9, 2018
1 parent df8c838 commit 006f93f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/code/substanceoutput.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: docs
title: SubstanceOutput
description: Documentation for SubstanceOutput.
group: code
---

SubstanceOutput
----------------------------

Makes selecting Substance output IDs much easier by creating a dropdown for a referenced SubstanceGraph's outputs.

![Inspector](../images/code/SubOutput01.png)

### Code
SubstanceOutput is a serialized class that allows for easy selection of a SubstanceGraph's output IDs. To use it, add a public or serialized variable of type SubstanceOutput to your class.

![Declaration](../images/code/SubOutput02.png)

This will allow you to select from a target SubstanceGraph's outputs.

0 comments on commit 006f93f

Please sign in to comment.