Class PaperExtractSpritesSettings
Paper Extract Sprites Settings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Paper2DEditor
Assembly: UE4DotNet.dll
Syntax
public class PaperExtractSpritesSettings : UObject
Properties
| Improve this Doc View SourceBackgroundColor
The viewport background color
Declaration
public LinearColor BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
LinearColor |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static PaperExtractSpritesSettings DefaultObject { get; }
Property Value
Type | Description |
---|---|
PaperExtractSpritesSettings |
NamingStartIndex
The number to start naming with
Declaration
public int NamingStartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OutlineColor
The color of the sprite boundary outlines
Declaration
public LinearColor OutlineColor { get; set; }
Property Value
Type | Description |
---|---|
LinearColor |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
ViewportTextureTint
Apply a tint to the texture in the viewport to improve outline visibility in this editor
Declaration
public LinearColor ViewportTextureTint { get; set; }
Property Value
Type | Description |
---|---|
LinearColor |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static PaperExtractSpritesSettings New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
PaperExtractSpritesSettings |
Operators
| Improve this Doc View SourceImplicit(IntPtr to PaperExtractSpritesSettings)
Convert from IntPtr to UObject
Declaration
public static implicit operator PaperExtractSpritesSettings(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
PaperExtractSpritesSettings |