Show / Hide Table of Contents

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 Source

BaseSizeX

Declaration
public float BaseSizeX
Field Value
Type Description
System.Single
| Improve this Doc View Source

BaseSizeY

Declaration
public float BaseSizeY
Field Value
Type Description
System.Single
| Improve this Doc View Source

bSizeIsInScreenSpace

Declaration
public bool bSizeIsInScreenSpace
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

DistanceToOpacityCurve

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Material

The material that the sprite is rendered with.

Declaration
public MaterialInterface Material { get; set; }
Property Value
Type Description
MaterialInterface
  • Improve this Doc
  • View Source
Back to top Generated by DocFX