【add】主入口初始化
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace EPOOutline
|
||||
{
|
||||
/// <summary>
|
||||
/// Outline rendering strategy.
|
||||
/// </summary>
|
||||
public enum OutlineRenderingStrategy
|
||||
{
|
||||
/// <summary>
|
||||
/// All outlines are rendered to the same buffer.
|
||||
/// </summary>
|
||||
Default,
|
||||
/// <summary>
|
||||
/// Each outlinable rendered and postprocessed separately. Allows to have overlapping outlinables but greatly increases the performance penalty.
|
||||
/// </summary>
|
||||
PerObject
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user