Struct ParticleSystem.TextureSheetAnimationModule
Assembly: UnityEngine.dll
Syntax
public struct TextureSheetAnimationModule
Properties
|
Improve this Doc
View Source
animation
Declaration
public ParticleSystemAnimationType animation { get; set; }
Property Value
|
Improve this Doc
View Source
cycleCount
Declaration
public int cycleCount { get; set; }
Property Value
|
Improve this Doc
View Source
enabled
Declaration
public bool enabled { get; set; }
Property Value
|
Improve this Doc
View Source
flipU
Declaration
[Obsolete("flipU property is deprecated. Use ParticleSystemRenderer.flip.x instead.", false)]
public float flipU { get; set; }
Property Value
|
Improve this Doc
View Source
flipV
Declaration
[Obsolete("flipV property is deprecated. Use ParticleSystemRenderer.flip.y instead.", false)]
public float flipV { get; set; }
Property Value
|
Improve this Doc
View Source
fps
Declaration
public float fps { get; set; }
Property Value
|
Improve this Doc
View Source
frameOverTime
Declaration
public ParticleSystem.MinMaxCurve frameOverTime { get; set; }
Property Value
|
Improve this Doc
View Source
frameOverTimeMultiplier
Declaration
public float frameOverTimeMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
mode
Declaration
public ParticleSystemAnimationMode mode { get; set; }
Property Value
|
Improve this Doc
View Source
numTilesX
Declaration
public int numTilesX { get; set; }
Property Value
|
Improve this Doc
View Source
numTilesY
Declaration
public int numTilesY { get; set; }
Property Value
|
Improve this Doc
View Source
rowIndex
Declaration
public int rowIndex { get; set; }
Property Value
|
Improve this Doc
View Source
speedRange
Declaration
public Vector2 speedRange { get; set; }
Property Value
|
Improve this Doc
View Source
spriteCount
Declaration
public int spriteCount { get; }
Property Value
|
Improve this Doc
View Source
startFrame
Declaration
public ParticleSystem.MinMaxCurve startFrame { get; set; }
Property Value
|
Improve this Doc
View Source
startFrameMultiplier
Declaration
public float startFrameMultiplier { get; set; }
Property Value
|
Improve this Doc
View Source
timeMode
Declaration
public ParticleSystemAnimationTimeMode timeMode { get; set; }
Property Value
|
Improve this Doc
View Source
useRandomRow
Declaration
public bool useRandomRow { get; set; }
Property Value
|
Improve this Doc
View Source
uvChannelMask
Declaration
public UVChannelFlags uvChannelMask { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddSprite(Sprite)
Declaration
public void AddSprite(Sprite sprite)
Parameters
Type |
Name |
Description |
Sprite |
sprite |
|
|
Improve this Doc
View Source
GetSprite(Int32)
Declaration
public Sprite GetSprite(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
|
Improve this Doc
View Source
RemoveSprite(Int32)
Declaration
public void RemoveSprite(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
|
Improve this Doc
View Source
SetSprite(Int32, Sprite)
Declaration
public void SetSprite(int index, Sprite sprite)
Parameters
Extension Methods