Struct AutoEmitterBase.AimOffsetModule
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)
Assembly: BulletStorm.dll
Syntax
[Serializable]
public struct AimOffsetModule
Fields
|
Improve this Doc
View Source
curveTimeScale
Declaration
[LocalizedTooltip("When using curve, the time in seconds that curve x-axis 0~1 represents.")]
public float curveTimeScale
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
offsetOnStart
Declaration
[LocalizedTooltip("XYZ rotation offset when an emission starts in euler angles.")]
public Vector3 offsetOnStart
Field Value
Type |
Description |
UnityEngine.Vector3 |
|
|
Improve this Doc
View Source
xOffset
Declaration
[LocalizedTooltip("Offset on x-axis.")]
public ParticleSystem.MinMaxCurve xOffset
Field Value
Type |
Description |
UnityEngine.ParticleSystem.MinMaxCurve |
|
|
Improve this Doc
View Source
xOffsetMode
Declaration
[Header("X-axis")]
[LocalizedTooltip("Offset mode on x-axis, this will cause emitter aim up (negative) and down (positive).")]
public AutoEmitterBase.AimOffsetModule.OffsetMode xOffsetMode
Field Value
|
Improve this Doc
View Source
yOffset
Declaration
[LocalizedTooltip("Offset on y-axis.")]
public ParticleSystem.MinMaxCurve yOffset
Field Value
Type |
Description |
UnityEngine.ParticleSystem.MinMaxCurve |
|
|
Improve this Doc
View Source
yOffsetMode
Declaration
[Header("Y-axis")]
[LocalizedTooltip("Offset mode on y-axis, this will cause emitter aim left (negative) and right (positive).")]
public AutoEmitterBase.AimOffsetModule.OffsetMode yOffsetMode
Field Value
|
Improve this Doc
View Source
zOffset
Declaration
[LocalizedTooltip("Offset on z-axis.")]
public ParticleSystem.MinMaxCurve zOffset
Field Value
Type |
Description |
UnityEngine.ParticleSystem.MinMaxCurve |
|
|
Improve this Doc
View Source
zOffsetMode
Declaration
[Header("Z-axis")]
[LocalizedTooltip("Offset mode on z-axis, this will cause emitter aim clockwise (negative) and counterclockwise (positive).")]
public AutoEmitterBase.AimOffsetModule.OffsetMode zOffsetMode
Field Value
Properties
|
Improve this Doc
View Source
TotalOffset
Declaration
public Vector3 TotalOffset { get; }
Property Value
Type |
Description |
UnityEngine.Vector3 |
|