We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e262af6 commit 68d47d5Copy full SHA for 68d47d5
Assets/Demoscene/Scripts/Timeline/LocalTime/LocalTimeBehaviour.cs
@@ -8,9 +8,10 @@ namespace Demoscene
8
[Serializable]
9
public class LocalTimeBehaviour : PlayableBehaviour
10
{
11
- public float param1;
12
- public float param2;
13
- public Vector3 vec1;
+ // NOTE; gam0022 ここでClipのパラメータを定義できる
+ // public float param1;
+ // public float param2;
14
+ // public Vector3 vec1;
15
16
public override void OnPlayableCreate(Playable playable)
17
0 commit comments