Class MissileSpecification
Inheritance
System.Object
MissileSpecification
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class MissileSpecification : IMetaClass
Properties
| Improve this Doc View SourceBehaviors
Declaration
public MetaContainer<MissileBehaviorSpec> Behaviors { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MissileBehaviorSpec> |
HeightSolver
Declaration
public HeightSolverType HeightSolver { get; set; }
Property Value
Type | Description |
---|---|
HeightSolverType |
m3247831974
Declaration
public bool m3247831974 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
m821039182
Declaration
public Class0x97ff7289 m821039182 { get; set; }
Property Value
Type | Description |
---|---|
Class0x97ff7289 |
MissileGroupSpawners
Declaration
public MetaContainer<MetaEmbedded<MissileGroupSpawnerSpec>> MissileGroupSpawners { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<MissileGroupSpawnerSpec>> |
MissileWidth
Declaration
public float MissileWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MovementComponent
Declaration
public MissileMovementSpec MovementComponent { get; set; }
Property Value
Type | Description |
---|---|
MissileMovementSpec |
VerticalFacing
Declaration
public VerticalFacingType VerticalFacing { get; set; }
Property Value
Type | Description |
---|---|
VerticalFacingType |
VisibilityComponent
Declaration
public MissileVisibilitySpec VisibilityComponent { get; set; }
Property Value
Type | Description |
---|---|
MissileVisibilitySpec |