我正在Unity中开展游戏,我设置了一个标志,如果他们的FPS太低,基本上会踢用户。我想知道是否有一种简单的方法可以测试它是否有效而无需进入BIOS。或者有可能在编译之前在Unity中测试它吗?
答案 0 :(得分:1)
使用<div class="row" id="attendance_list">
<div class="col-sm-offset-3 col-md-6">
<table class="table table-bordered">
<thead>
<tr>
<td><?php echo get_phrase('student_id');?></td>
<td><?php echo get_phrase('roll');?></td>
<td><?php echo get_phrase('name');?></td>
<td><?php echo get_phrase('Theory');?></td>
<td><?php echo get_phrase('Practical');?></td>
<td><?php echo get_phrase('Send Remarks');?></td>
<td><?php echo get_phrase('SEND');?></td>
</tr>
</thead>
<tbody>
<?php echo form_open(base_url() . 'index.php?admin/send_message_to_perent/create' , array('class' => 'form-horizontal form-groups-bordered validate','target'=>'_top'));?>
<?php
$students = $this->db->get_where('student' , array('class_id'=>$class_id))->result_array();
foreach($students as $row):
<tr class="gradeA">
<td>
<input type="hidden" name="student_id" value="<?php echo $row['student_id'];?>">
<?php echo $row['student_id'];?>
</td>
<td>
<?php echo $row['roll'];?>
</td>
<td><?php echo $row['name'];?></td>
<!-- For Theory Attendance-->
<td>
<?php echo number_format((float)$theoryPercentage, 0, '.', ''); ?> %
</td>
<!-- For Practical Attendance-->
<td> <?php echo number_format((float)$practicalPercentage, 0, '.', ''); ?> % </td>
<td>
<input type="textarea" name="notice" value="<?php echo $row['notice'];?>">
</td>
<td>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-5">
<button type="submit" class="btn btn-info"><?php echo get_phrase('SEND');?></button>
</div>
</div>
</td>
</tr>
<?php endforeach;?>
</form>
</tbody>
</table>
</div>
</div>
,并确保关闭vSync。
Application.targetFrameRate