Table of Contents

Class FRepeatSprite

Namespace
Global
Assembly
Assembly-CSharp.dll
public class FRepeatSprite : FSprite
Inheritance
FRepeatSprite
Inherited Members

Constructors

FRepeatSprite(string, float, float)

public FRepeatSprite(string elementName, float width, float height)

Parameters

elementName string
width float
height float

FRepeatSprite(string, float, float, float, float)

public FRepeatSprite(string elementName, float width, float height, float scrollX, float scrollY)

Parameters

elementName string
width float
height float
scrollX float
scrollY float

Fields

_height

public float _height

Field Value

float

_scrollX

public float _scrollX

Field Value

float

_scrollY

public float _scrollY

Field Value

float

_textureHeight

public float _textureHeight

Field Value

float

_textureWidth

public float _textureWidth

Field Value

float

_width

public float _width

Field Value

float

Properties

anchorX

public override float anchorX { get; set; }

Property Value

float

anchorY

public override float anchorY { get; set; }

Property Value

float

height

public override float height { get; set; }

Property Value

float

localRect

public override Rect localRect { get; }

Property Value

Rect

scrollX

public float scrollX { get; set; }

Property Value

float

scrollY

public float scrollY { get; set; }

Property Value

float

textureRect

public override Rect textureRect { get; }

Property Value

Rect

width

public override float width { get; set; }

Property Value

float

Methods

HandleElementChanged()

public override void HandleElementChanged()

PopulateRenderLayer()

public override void PopulateRenderLayer()

UpdateLocalVertices()

public override void UpdateLocalVertices()