Files
SlaveMatrix-SDL/SlaveMatrix/SlaveMatrix/BodyPartClasses/BackHair0_下2パツD.cs

62 lines
1.4 KiB
C#

using System;
using _2DGAMELIB;
namespace SlaveMatrix
{
[Serializable]
public class BackHair0_下2パツD : 2D
{
public bool _表示 = true;
public bool _髪縛1_表示 = true;
public bool _髪縛2_表示 = true;
public bool _髪左_表示 = true;
public bool _髪右_表示 = true;
public bool _髪根_表示 = true;
public bool _髪縛1_表示 = true;
public bool _髪縛2_表示 = true;
public bool _髪右_表示 = true;
public bool _髪左_表示 = true;
public bool _髪根_表示 = true;
public double 0;
public double 1;
public double ;
public double ;
public bool ;
public BackHair0_下2パツD()
{
ThisType = GetType();
}
public BackHair0_下2パツD SetRandom()
{
0 = RNG.XS.NextDouble();
1 = RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextBool();
return this;
}
public override Element GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet )
{
return new BackHair0_下2パツ(DisUnit, , , Med, this);
}
}
}