World.GameActors.Tiles.ObstacleInteractable.LeverSwitchOn.LeverSwitchOn C# (CSharp) Method

LeverSwitchOn() public method

public LeverSwitchOn ( ITilesetTable tilesetTable, Vector2I position ) : VRageMath
tilesetTable ITilesetTable
position Vector2I
return VRageMath
        public LeverSwitchOn(ITilesetTable tilesetTable, Vector2I position)
            : base(tilesetTable, position)
        {
        }

Same methods

LeverSwitchOn::LeverSwitchOn ( int tileType, Vector2I position ) : VRageMath