【add】主入口初始化
This commit is contained in:
21
Assets/Plugins/Easy performant outline/Scripts/BoundsMode.cs
Normal file
21
Assets/Plugins/Easy performant outline/Scripts/BoundsMode.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace EPOOutline
|
||||
{
|
||||
/// <summary>
|
||||
/// The bounds mode that is going to be used for bounds calculation for renderers.
|
||||
/// </summary>
|
||||
public enum BoundsMode
|
||||
{
|
||||
/// <summary>
|
||||
/// The bounds are going to be taken from the renderer itself.
|
||||
/// </summary>
|
||||
Default,
|
||||
/// <summary>
|
||||
/// The bounds are going to be taken from the renderer, but it will be recalculated each time.
|
||||
/// </summary>
|
||||
ForceRecalculate,
|
||||
/// <summary>
|
||||
/// The bounds are going to be set manually.
|
||||
/// </summary>
|
||||
Manual
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user