Folder clean up;
Added Emissive;
This commit is contained in:
@@ -9,6 +9,11 @@ namespace Misaki.HdrpToon.Editor
|
||||
{
|
||||
SerializedObject m_SerializedObject;
|
||||
|
||||
public static AnimationCurve DefaultAnimationCurve()
|
||||
{
|
||||
return AnimationCurve.Linear(-10f, -10f, -1.32f, -1.32f);
|
||||
}
|
||||
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
|
||||
@@ -93,7 +98,7 @@ namespace Misaki.HdrpToon.Editor
|
||||
var curve2 = obj.m_AnimationCurve;
|
||||
if (buttonIsPressed)
|
||||
{
|
||||
curve2 = SceneToonEvAdjustment.DefaultAnimationCurve();
|
||||
curve2 = DefaultAnimationCurve();
|
||||
}
|
||||
if (EditorGUI.EndChangeCheck())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user