暂且修了LookAt

This commit is contained in:
SoulliesOfficial
2025-07-13 06:06:38 -04:00
parent 7642bf1d9d
commit b00eb6505b
52 changed files with 32852 additions and 16272 deletions

View File

@@ -1,23 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class ColorExtensions
{
public static Gradient DefaultGradient()
{
Gradient gradient = new Gradient();
GradientColorKey[] colorKeys = new GradientColorKey[2];
colorKeys[0].color = Color.white;
colorKeys[0].time = 0;
colorKeys[1].color = Color.white;
colorKeys[1].time = 1;
GradientAlphaKey[] alphaKeys = new GradientAlphaKey[2];
alphaKeys[0].alpha = 1;
alphaKeys[0].time = 0;
alphaKeys[1].alpha = 1;
alphaKeys[1].time = 1;
gradient.SetKeys(colorKeys, alphaKeys);
return gradient;
}
}

View File

@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: b994ac82f6ab6cd42bf64438e79d1965
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: