示例#1
0
 // Use this for initialization
 void Start()
 {
     animator       = GetComponent <Animator>();
     animator.speed = 0.3f;
     quaternions    = new Dictionary <HumanBodyBones, Quaternion>();
     mqtt           = new MqttComponent(brokerHostname, this);
 }
示例#2
0
 void Start()
 {
     quaternions = new Dictionary <HumanBodyBones, Quaternion> ();
     mqtt        = new MqttComponent(brokerHostname, this);
 }