Struct MaterialSpriteElement
Material Sprite Element
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct MaterialSpriteElement
Fields
| Improve this Doc View SourceBaseSizeX
Declaration
public float BaseSizeX
Field Value
Type | Description |
---|---|
System.Single |
BaseSizeY
Declaration
public float BaseSizeY
Field Value
Type | Description |
---|---|
System.Single |
bSizeIsInScreenSpace
Declaration
public bool bSizeIsInScreenSpace
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceDistanceToOpacityCurve
A curve that maps distance on the X axis to the sprite opacity on the Y axis.
Declaration
public CurveFloat DistanceToOpacityCurve { get; set; }
Property Value
Type | Description |
---|---|
CurveFloat |
DistanceToSizeCurve
A curve that maps distance on the X axis to the sprite size on the Y axis.
Declaration
public CurveFloat DistanceToSizeCurve { get; set; }
Property Value
Type | Description |
---|---|
CurveFloat |
Material
The material that the sprite is rendered with.
Declaration
public MaterialInterface Material { get; set; }
Property Value
Type | Description |
---|---|
MaterialInterface |