提交捏脸插件
This commit is contained in:
18
Assets/CharacterCustomizer/Scripts/CC_CharacterData.cs
Normal file
18
Assets/CharacterCustomizer/Scripts/CC_CharacterData.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace CC
|
||||
{
|
||||
[System.Serializable]
|
||||
public class CC_CharacterData
|
||||
{
|
||||
public string CharacterName;
|
||||
public string CharacterPrefab;
|
||||
public List<CC_Property> Blendshapes;
|
||||
public List<string> HairNames;
|
||||
public List<string> ApparelNames;
|
||||
public List<int> ApparelMaterials;
|
||||
public List<CC_Property> FloatProperties;
|
||||
public List<CC_Property> TextureProperties;
|
||||
public List<CC_Property> ColorProperties;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user