Skip to content

Commit

Permalink
feat(Effects): Expose tweener value
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 23, 2024
1 parent b0076c2 commit a1681fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class JCS_ShaderTweener : JCS_UnityObject

/* Setter & Getter */

public JCS_ValueTweener ValueTweener { get { return this.mValueTweener; } }
public List<string> ShaderProps { get { return mShaderProps; } set { this.mShaderProps = value; } }

/* Functions */
Expand Down
7 changes: 4 additions & 3 deletions docs/ScriptReference/Effects/Tweener/JCS_ShaderTweener.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Can only use for `float` properties.

## Variables

| Name | Description |
|:-------------|:----------------------------|
| mShaderProps | Target shader's properties. |
| Name | Description |
|:--------------|:----------------------------|
| mValueTweener | Tweener implementation. |
| mShaderProps | Target shader's properties. |

0 comments on commit a1681fe

Please sign in to comment.