Show / Hide Table of Contents

Interface IMyObjectBuilder_GunObject<T>

Namespace: VRage.Game.ObjectBuilders
Assembly: VRage.Game.dll
Syntax
public interface IMyObjectBuilder_GunObject<out T>
    where T : MyObjectBuilder_DeviceBase
Type Parameters
Name Description
T

Properties

DeviceBase

Declaration
MyObjectBuilder_DeviceBase DeviceBase { get; set; }
Property Value
Type Description
MyObjectBuilder_DeviceBase

Extension Methods

GunObjectBuilderExtensions.InitializeDeviceBase<T>(IMyObjectBuilder_GunObject<T>, MyObjectBuilder_DeviceBase)
GunObjectBuilderExtensions.GetDevice<T>(IMyObjectBuilder_GunObject<T>)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾