- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have the viewpoint and I want to get the data of the <viewer> tag from it. How can I calculate it or get the values under viewer field.
public partial class exchangeViewpointsViewViewpointViewer
{
private decimal radiusField;
private decimal heightField;
private decimal actual_heightField;
private decimal eye_heightField;
private string avatarField;
private string camera_modeField;
private decimal first_to_third_angleField;
private decimal first_to_third_distanceField;
private decimal first_to_third_paramField;
private byte first_to_third_correctionField;
private byte collision_detectionField;
private byte auto_crouchField;
private byte gravityField;
private decimal gravity_valueField;
private decimal terminal_velocityField;
I want the data for all these fields.
Solved! Go to Solution.