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 |