Upload from upload_mods.ps1
This commit is contained in:
22
KFAttached/RigAdaptors/Adaptors/Data/TwistNode.cs
Normal file
22
KFAttached/RigAdaptors/Adaptors/Data/TwistNode.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace KFCommonUtilityLib.RigAdaptors.Adaptors.Data
|
||||
{
|
||||
[Serializable]
|
||||
public class TwistNode
|
||||
{
|
||||
[SerializeField]
|
||||
public string name;
|
||||
[SerializeField]
|
||||
public float weight;
|
||||
|
||||
public TwistNode() { }
|
||||
|
||||
public TwistNode(string name, float weight)
|
||||
{
|
||||
this.name = name;
|
||||
this.weight = weight;
|
||||
}
|
||||
}
|
||||
}
|
||||
11
KFAttached/RigAdaptors/Adaptors/Data/TwistNode.cs.meta
Normal file
11
KFAttached/RigAdaptors/Adaptors/Data/TwistNode.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ce4dc6aaaa5e6564d8f5975388620f86
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user