示例#1
0
        protected EyeBlinkBase()
        {
            MinMaxFloat num = new MinMaxFloat {
                Min = 2f,
                Max = 6f
            };

            this.intervalTime           = num;
            this.randomDoubleEyeBlink   = 0.2f;
            this.intervalDoubleEyeBlink = 0.01f;
            this.eyeTag        = "eye";
            this.animationData = new MiniAnimationData();
        }