Show / Hide Table of Contents

Struct ParticleSystem.EmitParams

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct EmitParams

Properties

| Improve this Doc View Source

angularVelocity

Declaration
public float angularVelocity { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

angularVelocity3D

Declaration
public Vector3 angularVelocity3D { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

applyShapeToPosition

Declaration
public bool applyShapeToPosition { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

axisOfRotation

Declaration
public Vector3 axisOfRotation { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

position

Declaration
public Vector3 position { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

randomSeed

Declaration
public uint randomSeed { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

rotation

Declaration
public float rotation { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

rotation3D

Declaration
public Vector3 rotation3D { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

startColor

Declaration
public Color32 startColor { get; set; }
Property Value
Type Description
Color32
| Improve this Doc View Source

startLifetime

Declaration
public float startLifetime { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

startSize

Declaration
public float startSize { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

startSize3D

Declaration
public Vector3 startSize3D { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

velocity

Declaration
public Vector3 velocity { get; set; }
Property Value
Type Description
Vector3

Methods

| Improve this Doc View Source

ResetAngularVelocity()

Declaration
public void ResetAngularVelocity()
| Improve this Doc View Source

ResetAxisOfRotation()

Declaration
public void ResetAxisOfRotation()
| Improve this Doc View Source

ResetPosition()

Declaration
public void ResetPosition()
| Improve this Doc View Source

ResetRandomSeed()

Declaration
public void ResetRandomSeed()
| Improve this Doc View Source

ResetRotation()

Declaration
public void ResetRotation()
| Improve this Doc View Source

ResetStartColor()

Declaration
public void ResetStartColor()
| Improve this Doc View Source

ResetStartLifetime()

Declaration
public void ResetStartLifetime()
| Improve this Doc View Source

ResetStartSize()

Declaration
public void ResetStartSize()
| Improve this Doc View Source

ResetVelocity()

Declaration
public void ResetVelocity()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX