【add】主入口初始化
This commit is contained in:
17
Assets/Plugins/Easy performant outline/Scripts/Handles.cs
Normal file
17
Assets/Plugins/Easy performant outline/Scripts/Handles.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using UnityEngine.Rendering;
|
||||
|
||||
namespace EPOOutline
|
||||
{
|
||||
public class Handles
|
||||
{
|
||||
public RTHandle Target;
|
||||
|
||||
public RTHandle PrimaryTarget;
|
||||
public RTHandle SecondaryTarget;
|
||||
|
||||
public RTHandle InfoTarget;
|
||||
|
||||
public RTHandle PrimaryInfoBufferTarget;
|
||||
public RTHandle SecondaryInfoBufferTarget;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user