mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
Comment out unused variables
This commit is contained in:
@@ -26,7 +26,7 @@ namespace VRM
|
||||
|
||||
position.height = EditorGUIUtility.singleLineHeight;
|
||||
|
||||
var halfWidth = position.width * 0.5f;
|
||||
//var halfWidth = position.width * 0.5f;
|
||||
|
||||
var rect = new Rect(position.x + ThumbnailSize, position.y, position.width - ThumbnailSize, position.height);
|
||||
EditorGUI.PropertyField(rect, property);
|
||||
|
||||
@@ -95,9 +95,10 @@ namespace VRM
|
||||
m_isBinaryProp = serializedObject.FindProperty("IsBinary");
|
||||
}
|
||||
|
||||
int thumbnailSize = 96;
|
||||
EditorGUILayout.BeginHorizontal();
|
||||
|
||||
/*
|
||||
int thumbnailSize = 96;
|
||||
var objectReferenceValue = EditorGUILayout.ObjectField(m_thumbnailProp.objectReferenceValue, typeof(Texture), false,
|
||||
GUILayout.Width(thumbnailSize), GUILayout.Height(thumbnailSize));
|
||||
if (m_thumbnailProp.objectReferenceValue != objectReferenceValue)
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace VRM
|
||||
#endregion
|
||||
|
||||
#region Editor values
|
||||
float m_previewSlider = 1.0f;
|
||||
//float m_previewSlider = 1.0f;
|
||||
|
||||
bool m_changed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user