Method | Description | |
---|---|---|
ApplyMaterialPropertyDrawers ( |
||
ApplyMaterialPropertyDrawers ( UnityEngine targets ) : void | ||
Awake ( ) : void | ||
BeginAnimatedCheck ( |
||
ColorProperty ( |
||
ColorProperty ( |
||
DefaultPreviewGUI ( |
||
DefaultPreviewSettingsGUI ( ) : void | ||
DefaultShaderProperty ( |
||
DefaultShaderProperty ( |
||
EndAnimatedCheck ( ) : void | ||
FloatProperty ( |
||
FloatProperty ( |
||
GetDefaultPropertyHeight ( |
||
GetFlexibleRectBetweenFieldAndRightEdge ( |
||
GetFlexibleRectBetweenLabelAndField ( |
||
GetLeftAlignedFieldRect ( |
||
GetMaterialProperties ( UnityEngine mats ) : UnityEditor.MaterialProperty[] | ||
GetMaterialProperty ( UnityEngine mats, int propertyIndex ) : |
||
GetMaterialProperty ( UnityEngine mats, string name ) : |
||
GetPropertyHeight ( |
||
GetPropertyHeight ( |
||
GetRectAfterLabelWidth ( |
||
GetRightAlignedFieldRect ( |
||
GetTexturePropertyCustomArea ( |
||
HasPreviewGUI ( ) : bool | ||
HelpBoxWithButton ( |
||
LightmapEmissionProperty ( ) : void | ||
LightmapEmissionProperty ( |
||
LightmapEmissionProperty ( int labelIndent ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnInspectorGUI ( ) : void | ||
OnInteractivePreviewGUI ( |
||
OnPreviewGUI ( |
||
OnPreviewSettings ( ) : void | ||
PrepareMaterialPropertiesForAnimationMode ( |
||
PropertiesChanged ( ) : void | ||
PropertiesDefaultGUI ( |
||
PropertiesGUI ( ) : bool | ||
RangeProperty ( |
||
RangeProperty ( |
||
RegisterPropertyChangeUndo ( string label ) : void | ||
RenderStaticPreview ( string assetPath, UnityEngine subAssets, int width, int height ) : |
||
RequiresConstantRepaint ( ) : bool | ||
SetDefaultGUIWidths ( ) : void | ||
SetShader ( |
||
SetShader ( |
||
ShaderProperty ( |
||
ShaderProperty ( |
||
ShaderProperty ( |
||
ShaderProperty ( |
||
TextureCompatibilityWarning ( |
||
TextureProperty ( |
||
TextureProperty ( |
||
TextureProperty ( |
||
TextureProperty ( |
||
TextureProperty ( |
||
TexturePropertyMiniThumbnail ( |
||
TexturePropertySingleLine ( |
||
TexturePropertySingleLine ( |
||
TexturePropertySingleLine ( |
||
TexturePropertyTwoLines ( |
||
TexturePropertyWithHDRColor ( |
||
TextureScaleOffsetProperty ( |
||
TextureScaleOffsetProperty ( |
||
TextureScaleOffsetProperty ( |
||
TextureScaleOffsetProperty ( |
||
TextureScaleOffsetProperty ( |
||
UndoRedoPerformed ( ) : void | ||
VectorProperty ( |
||
VectorProperty ( |
Method | Description | |
---|---|---|
OnHeaderGUI ( ) : void |
Method | Description | |
---|---|---|
CheckSetup ( ) : void | ||
ColorProperty ( string propertyName, string label ) : Color | ||
CreateCustomShaderGUI ( |
||
DetectShaderChanged ( ) : void | ||
DoPowerRangeProperty ( |
||
DoRenderPreview ( ) : void | ||
DoesPreviewAllowRotation ( PreviewType type ) : bool | ||
ExtraPropertyAfterTexture ( |
||
FloatProperty ( string propertyName, string label ) : float | ||
GetAssociatedRenderFromInspector ( ) : |
||
GetColor ( string propertyName, bool &hasMixedValue ) : Color | ||
GetControlRectForSingleLine ( ) : |
||
GetFloat ( string propertyName, bool &hasMixedValue ) : float | ||
GetGlobalIlluminationInt ( MaterialGlobalIlluminationFlags flags ) : int | ||
GetPreviewType ( |
||
GetPropertyRect ( |
||
GetTexture ( string propertyName, bool &hasMixedValue ) : |
||
GetTextureFieldHeight ( ) : float | ||
GetTextureOffset ( string propertyName, bool &hasMixedValueX, bool &hasMixedValueY ) : Vector2 | ||
GetTextureScale ( string propertyName, bool &hasMixedValueX, bool &hasMixedValueY ) : Vector2 | ||
GetVector ( string propertyName, bool &hasMixedValue ) : Vector4 | ||
HandleRenderer ( |
||
HandleSkybox ( |
||
HasMultipleMixedShaderValues ( ) : bool | ||
Init ( ) : void | ||
IsMaterialEditor ( string customEditorName ) : bool | ||
OnAssetStoreInspectorGUI ( ) : void | ||
OnHeaderControlsGUI ( ) : void | ||
OnSceneDrag ( |
||
OnSelectedShaderPopup ( string command, |
||
PreviewSettingsMenuButton ( |
||
RangeProperty ( string propertyName, string label, float v2, float v3 ) : float | ||
SetColor ( string propertyName, Color value ) : void | ||
SetFloat ( string propertyName, float value ) : void | ||
SetTexture ( string propertyName, |
||
SetTextureOffset ( string propertyName, Vector2 value, int coord ) : void | ||
SetTextureScale ( string propertyName, Vector2 value, int coord ) : void | ||
SetVector ( string propertyName, Vector4 value ) : void | ||
ShaderPopup ( |
||
ShaderProperty ( |
||
ShaderPropertyInternal ( |
||
TextureProperty ( string propertyName, string label, |
||
TextureProperty ( string propertyName, string label, |
||
TexturePropertyBody ( |
||
TextureScaleOffsetProperty ( |
||
TextureValidator ( UnityEngine references, System objType, UnityEditor.SerializedProperty property ) : |
||
VectorProperty ( string propertyName, string label ) : Vector4 |
public static ApplyMaterialPropertyDrawers ( |
||
material | ||
return | void |
public static ApplyMaterialPropertyDrawers ( UnityEngine targets ) : void | ||
targets | UnityEngine | |
return | void |
public BeginAnimatedCheck ( |
||
prop | ||
return | void |
public ColorProperty ( |
||
prop | ||
label | string | |
return | Color |
public ColorProperty ( |
||
position | ||
prop | ||
label | string | |
return | Color |
public DefaultPreviewGUI ( |
||
r | ||
background | ||
return | void |
public DefaultShaderProperty ( |
||
prop | ||
label | string | |
return | void |
public DefaultShaderProperty ( |
||
position | ||
prop | ||
label | string | |
return | void |
public FloatProperty ( |
||
prop | ||
label | string | |
return | float |
public FloatProperty ( |
||
position | ||
prop | ||
label | string | |
return | float |
public static GetDefaultPropertyHeight ( |
||
prop | ||
return | float |
public static GetFlexibleRectBetweenFieldAndRightEdge ( |
||
r | ||
return |
public static GetFlexibleRectBetweenLabelAndField ( |
||
r | ||
return |
public static GetLeftAlignedFieldRect ( |
||
r | ||
return |
public static GetMaterialProperties ( UnityEngine mats ) : UnityEditor.MaterialProperty[] | ||
mats | UnityEngine | |
return | UnityEditor.MaterialProperty[] |
public static GetMaterialProperty ( UnityEngine mats, int propertyIndex ) : |
||
mats | UnityEngine | |
propertyIndex | int | |
return |
public static GetMaterialProperty ( UnityEngine mats, string name ) : |
||
mats | UnityEngine | |
name | string | |
return |
public GetPropertyHeight ( |
||
prop | ||
return | float |
public GetPropertyHeight ( |
||
prop | ||
label | string | |
return | float |
public static GetRectAfterLabelWidth ( |
||
r | ||
return |
public static GetRightAlignedFieldRect ( |
||
r | ||
return |
public GetTexturePropertyCustomArea ( |
||
position | ||
return |
public HelpBoxWithButton ( |
||
messageContent | ||
buttonContent | ||
return | bool |
public LightmapEmissionProperty ( |
||
position | ||
labelIndent | int | |
return | void |
public LightmapEmissionProperty ( int labelIndent ) : void | ||
labelIndent | int | |
return | void |
public OnInteractivePreviewGUI ( |
||
r | ||
background | ||
return | void |
public OnPreviewGUI ( |
||
r | ||
background | ||
return | void |
public static PrepareMaterialPropertiesForAnimationMode ( |
||
properties | ||
isMaterialEditable | bool | |
return |
public PropertiesDefaultGUI ( |
||
props | ||
return | void |
public RangeProperty ( |
||
prop | ||
label | string | |
return | float |
public RangeProperty ( |
||
position | ||
prop | ||
label | string | |
return | float |
public RegisterPropertyChangeUndo ( string label ) : void | ||
label | string | |
return | void |
public final RenderStaticPreview ( string assetPath, UnityEngine subAssets, int width, int height ) : |
||
assetPath | string | |
subAssets | UnityEngine | |
width | int | |
height | int | |
return |
public SetShader ( |
||
shader | ||
return | void |
public SetShader ( |
||
newShader | ||
registerUndo | bool | |
return | void |
public ShaderProperty ( |
||
prop | ||
label | string | |
return | void |
public ShaderProperty ( |
||
prop | ||
label | string | |
labelIndent | int | |
return | void |
public ShaderProperty ( |
||
position | ||
prop | ||
label | string | |
return | void |
public ShaderProperty ( |
||
position | ||
prop | ||
label | string | |
labelIndent | int | |
return | void |
public TextureCompatibilityWarning ( |
||
prop | ||
return | void |
public TextureProperty ( |
||
prop | ||
label | string | |
return |
public TextureProperty ( |
||
prop | ||
label | string | |
scaleOffset | bool | |
return |
public TextureProperty ( |
||
position | ||
prop | ||
label | string | |
return |
public TextureProperty ( |
||
position | ||
prop | ||
label | string | |
scaleOffset | bool | |
return |
public TextureProperty ( |
||
position | ||
prop | ||
label | string | |
tooltip | string | |
scaleOffset | bool | |
return |
public TexturePropertyMiniThumbnail ( |
||
position | ||
prop | ||
label | string | |
tooltip | string | |
return |
public TexturePropertySingleLine ( |
||
label | ||
textureProp | ||
return |
public TexturePropertySingleLine ( |
||
label | ||
textureProp | ||
extraProperty1 | ||
return |
public TexturePropertySingleLine ( |
||
label | ||
textureProp | ||
extraProperty1 | ||
extraProperty2 | ||
return |
public TexturePropertyTwoLines ( |
||
label | ||
textureProp | ||
extraProperty1 | ||
label2 | ||
extraProperty2 | ||
return |
public TexturePropertyWithHDRColor ( |
||
label | ||
textureProp | ||
colorProperty | ||
hdrConfig | ||
showAlpha | bool | |
return |
public static TextureScaleOffsetProperty ( |
||
position | ||
scaleOffset | Vector4 | |
return | Vector4 |
public static TextureScaleOffsetProperty ( |
||
position | ||
scaleOffset | Vector4 | |
partOfTexturePropertyControl | bool | |
return | Vector4 |
public TextureScaleOffsetProperty ( |
||
position | ||
property | ||
return | float |
public TextureScaleOffsetProperty ( |
||
position | ||
property | ||
partOfTexturePropertyControl | bool | |
return | float |
public TextureScaleOffsetProperty ( |
||
property | ||
return | void |
public VectorProperty ( |
||
prop | ||
label | string | |
return | Vector4 |
public VectorProperty ( |
||
position | ||
prop | ||
label | string | |
return | Vector4 |