-
大小: 31.33MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-07-04
- 语言: 其他
- 标签: PostProcessi Unity
资源简介
PostProcessing 后期特效工具脚本,支持Unity 2018,亲测可用。
代码片段和文件信息
using System;
using System.Linq.expressions;
using UnityEngine;
using UnityEngine.Rendering.PostProcessing;
namespace UnityEditor.Rendering.PostProcessing
{
///
/// Small wrapper on top of to ease the access of the underlying component
/// and its serialized fields.
///
/// The type of the target component to make an editor for
///
///
/// public class MyMonoBehaviour : MonoBehaviour
/// {
/// public float myProperty = 1.0f;
/// }
///
/// [CustomEditor(typeof(MyMonoBehaviour))]
/// public sealed class MyMonoBehaviourEditor : baseEditor<MyMonoBehaviour>
/// {
/// SerializedProperty m_MyProperty;
///
/// void OnEnable()
/// {
/// m_MyProperty = FindProperty(x => x.myProperty);
/// }
///
/// public override void OnInspectorGUI()
/// {
/// EditorGUILayout.PropertyField(m_MyProperty);
/// }
/// }
///
///
public class baseEditor : Editor
where T : MonoBehaviour
{
///
/// The target component.
///
protected T m_Target
{
get { return (T)target; }
}
///
///
///
///
///
///
protected SerializedProperty FindProperty(expression> expr)
{
return serializedobject.FindProperty(RuntimeUtilities.GetFieldPath(expr));
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 841 2018-11-13 20:54 PostProcessing\Editor\Attributes\DecoratorAttribute.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Attributes\DecoratorAttribute.cs.me
文件 940 2018-11-13 20:54 PostProcessing\Editor\Attributes\PostProcessEditorAttribute.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Attributes\PostProcessEditorAttribute.cs.me
文件 191 2018-11-13 20:54 PostProcessing\Editor\Attributes.me
文件 1727 2018-11-13 20:54 PostProcessing\Editor\ba
文件 262 2018-11-13 20:54 PostProcessing\Editor\ba
文件 1531 2018-11-13 20:54 PostProcessing\Editor\Decorators\AttributeDecorator.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Decorators\AttributeDecorator.cs.me
文件 5263 2018-11-13 20:54 PostProcessing\Editor\Decorators\Decorators.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Decorators\Decorators.cs.me
文件 8402 2018-11-13 20:54 PostProcessing\Editor\Decorators\TrackballDecorator.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Decorators\TrackballDecorator.cs.me
文件 191 2018-11-13 20:54 PostProcessing\Editor\Decorators.me
文件 12178 2018-11-13 20:54 PostProcessing\Editor\EffectListEditor.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\EffectListEditor.cs.me
文件 3132 2018-11-13 20:54 PostProcessing\Editor\Effects\AmbientOcclusionEditor.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Effects\AmbientOcclusionEditor.cs.me
文件 2309 2018-11-13 20:54 PostProcessing\Editor\Effects\AutoExposureEditor.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Effects\AutoExposureEditor.cs.me
文件 2764 2018-11-13 20:54 PostProcessing\Editor\Effects\BloomEditor.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Effects\BloomEditor.cs.me
文件 1188 2018-11-13 20:54 PostProcessing\Editor\Effects\ChromaticAberrationEditor.cs
文件 243 2018-11-13 20:54 PostProcessing\Editor\Effects\ChromaticAberrationEditor.cs.me
文件 32537 2018-11-13 20:54 PostProcessing\Editor\Effects\ColorGradingEditor.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Effects\ColorGradingEditor.cs.me
文件 1725 2018-11-13 20:54 PostProcessing\Editor\Effects\DefaultPostProcessEffectEditor.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Effects\DefaultPostProcessEffectEditor.cs.me
文件 1282 2018-11-13 20:54 PostProcessing\Editor\Effects\DepthOfFieldEditor.cs
文件 262 2018-11-13 20:54 PostProcessing\Editor\Effects\DepthOfFieldEditor.cs.me
............此处省略552个文件信息
相关资源
- unity RTS kit即时战略模版
- unity 3D虚拟漫游
- 坦克大战,unity
- Unity滚动条ScrollView自动居中、缩放、
- unity实现—AR相机录屏拍照 UI滑动 拖拽
- Toony Colors Pro 2 v2.3.55
- Unity GL 画板 优化版已做自适应
- DirectX 11 Low Poly Shader - DX11低多边形着
- (Unity)EasyTouch3.16(触摸插件
- Unity滑动切换图片
- untiy3d 简单td防守+射击游戏
- unity2017-winANDmacCrack.zip
- Unity3D树木、地皮贴图
- 用Unity3d做一个魔方
- Final IK 1.9 当前时间最新版本
- Unity 2018 Shaders and Effects Cookbook 3rd Ed
- unity动物城源码.zip
- Unity_实现残影
- NGUI: Next-Gen UI v3.12.0b 2018年5月
- 关于Unity3D脚本的800个教程合集完整版
- PuppetMaster0.9
- mega fiers 3.49
- unity全民飞机大战源码.zip
- unity多人类LOL推塔游戏源码.zip
- unity3D战争塔防源码.zip
- Farmacia4LN.zip
- unity贪吃蛇游戏
- [Unity3D] R-Life0.8完美存档、全解锁教程
- unity3d 怪物AI智能攻击源码
- Unity 绿屏抠像插件
评论
共有 条评论